I'm working on a library with MUI v5. The problem is I'm importing this library to a React project (React v17.0.1) which uses MUI v4.
The problem is that the MUI theme is not working on my components, except if I use my library doing npm link
.
Any ideas?
I'm using Typescript ^3.7.5.