-
Notifications
You must be signed in to change notification settings - Fork 768
Closed
Description
After adding the component "drei" to my existing project, every occurrence of Box from Material UI (mui.com) produce this error:
Expression produces a union type that is too complex to represent. TS2590
Adding this completely redundant property to every single Box in the whole project solve it somehow:
component='div'
https://stackoverflow.com/questions/68692230
But this workaround is very ugly.
Similar issue reported here:
#704 (comment)_
mracette, alexbchr, boldt, fathyb, skyl and 8 more
Metadata
Metadata
Assignees
Labels
No labels