You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ignore the warnings when building but it works perfectly fine. Below are the ignored warnings (no runtime issues):
➤ YN0060: │ @mui/styles is listed by your project with version 5.15.3, which doesn't satisfy what material-table (p72f85) requests (5.5.0).
➤ YN0060: │ react is listed by your project with version 18.2.0, which doesn't satisfy what @mui/styles (p1eae0) and other dependencies request (^17.0.2).
➤ YN0060: │ react-dom is listed by your project with version 18.2.0, which doesn't satisfy what material-table (pc737b) and other dependencies request (^17.0.2).
material-table dependencies should be updated to reflect React 17 as a minimum requirement.
You probably don't want to start new projects with "material-table" anymore. It's outdated and probably won't be receiving new updates. Use a community fork like Material Table Core, or a modern alternative like Material React Table that I made because this library seemed abandoned.
We want to use material-table, but we are using material-ui latest version.
Thanks
The text was updated successfully, but these errors were encountered: