I am writing a single page application using ReactJS and MaterialUI. Some of my components doesn't match MaterialUI docs. I found these components' styles are being updated by another NodeJS module (@craftercms/studio-ui) which is using same MaterialUI library.
Is there a way in ReactJS or MaterialUI to not load styles from specific NodeJS modules?
I know one way is to simply override styles in my theme but maintenance of that will not be fun.