[IMPROVEMENT] Upgrade NextJS version to latest
Closed this issue · 1 comments
Nathanael-R commented
Description
I'm not really sure if this should fall under improvement, fix or bug or should be an issue but...
Running this project from scratch as a new contributor throws an error in the console
Uncaught SyntaxError: "undefined" is not valid JSON
at JSON.parse ()
at parseModel (webpack-internal:///(:3000/app-client)/./node_modules/next/dist/compiled/react-server-dom-webpack/cjs/react-server-dom-webpack-client.browser.development.js:33:15)...
This is a bug in NEXTJS that has been fixed in the latest version, so updating this project's version would be helpful to new contributors.
Screenshots
No response
Additional information
No response
YuriDevAT commented
I will assign this issue to you @Nathanael-R. Thanks for pointing that out!