FusionWorks / react-admin-nestjsx-crud-dataprovider

Data provider which integrates React Admin with NestJS CRUD library
132 stars 26 forks source link

Error: You are calling withTheme(Component) with an undefined component. You may have forgotten to import it. #40

Open HarryF514 opened 3 years ago

HarryF514 commented 3 years ago

Getting this error when start.

Error: You are calling withTheme(Component) with an undefined component.
You may have forgotten to import it.
HarryF514 commented 3 years ago

ok. I need to add:

npm install @material-ui/core

Suggest to add to docs