mdb4-react-ui-kit
mdb4-react-ui-kit copied to clipboard
Please update dependencies material ui core and material ui pickers so that we can use mdbreact with react 17
It has been months since I reported this issue...
Some more info: this is only an issue when using npm7. npm install fails because mdbreact depends on material ui libraries that dont work with react 17. Lower versions of npm allow it. Yarn installs it with warnings.
For it to work in npm7 use either --force or --legacy-peer-deps flags. https://github.blog/2021-02-02-npm-7-is-now-generally-available/#peer-dependencies
I ended up using yarn