React MUI Class name collisions when using a library

Viewed 133

We integrated a library into our Creatives project similar to how is being used in one of our pages.

I noticed that when i interact with a graph there are lots of empty <style data-jss> tags are being generated and are overriding the current style of the page.

Those styles are being injected by mui and are overriding initial styles and breaking the current page design

1 Answers
Related