wizeline / project-lab

Proposal Hunt / Project Lab experimental repo
MIT License
5 stars 0 forks source link

Upgrade MUI to get better support for React 18 #274

Closed jackbravo closed 2 years ago

jackbravo commented 2 years ago

Release 5.6.0 upgraded the peer dependencies for react 18 support https://github.com/mui/material-ui/releases/tag/v5.6.0 https://github.com/mui/material-ui/pull/32063

We've been testing with React 18 during its incubation period. Should be safe-ish to use React 18 with Mui (except streaming rendering probably).

jackbravo commented 2 years ago

Merged as part of #275