Hi,
I have tested this issue using various react and material ui versions, apparently the issue happens to be quite widespread!
Once I enable shadow dom, I run into trouble having material ui styles displayed however everything is working fine as soon as shadow dom is disabled like the below command
ReactWebComponent.create(<App />, 'my-component', false);
could you point me toward the problem, I may be able to solve it and create PR as well on my own!
Hi,
I have tested this issue using various react and material ui versions, apparently the issue happens to be quite widespread!
Once I enable shadow dom, I run into trouble having material ui styles displayed however everything is working fine as soon as shadow dom is disabled like the below command
could you point me toward the problem, I may be able to solve it and create PR as well on my own!