I install material ui core 4.9
I install lab 4.0.0
Try to use pagination
I get
FirstPage.js?2c54:17 Uncaught TypeError: (0 , _utils.createSvgIcon) is not a function
Expected is that it should render right away
I see https://github.com/mui-org/material-ui/issues/14517
but I'd not like to add manual definitions anywhere
Steps:
I was just trying to use pagination
Javascript
| Tech | Version |
| ----------- | ------- |
| Material-UI | v4.9.7 |
| React | 16.8.6 |
| Browser | chrome latest |
| TypeScript | no |
馃憢 Thanks for using Material-UI!
We use GitHub issues exclusively as a bug and feature requests tracker, however,
this issue appears to be a support request.
For support, please check out https://material-ui.com/getting-started/support/. Thanks!
If you have a question on StackOverflow, you are welcome to link to it here, it might help others.
If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.
I updated from v4.9.7 to v4.9.13 and it started to work
in case anyone else gets into trouble one might google it out here
@ErroKokkarda You could also have looked at the peer dependency warnings :), As of now, the lab needs
"@material-ui/core": "^4.9.10",
@oliviertassinari that fixed my problem -- we had package-locked an older version of material-ui/core. Thanks!
Most helpful comment
@ErroKokkarda You could also have looked at the peer dependency warnings :), As of now, the lab needs