college-resources / cores

GNU Affero General Public License v3.0
0 stars 0 forks source link

Turn on React strict mode #9

Open CrazyStevenz opened 4 years ago

CrazyStevenz commented 4 years ago

"React's Strict Mode is a development mode only feature for highlighting potential problems in an application. It helps to identify unsafe lifecycles, legacy API usage, and a number of other features."

https://nextjs.org/docs/api-reference/next.config.js/react-strict-mode

CrazyStevenz commented 4 years ago

This will have to wait since it doesn't work in Material UI v4 but is fixed in v5 https://github.com/mui-org/material-ui/issues/23334.