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
We should be able to run the ssr-demo locally without needing to upgrade react or getting a fatal error about react.
Current Behavior
Got this error when trying to run ssr-demo locally:
Error: Next.js requires react >= 18.2.0 to be installed.
at Object.<anonymous> (/Users/my.username/experiment-node-server/node_modules/next/dist/build/webpack-config.js:1842:11)
Possible Solution
I upgraded react to be v 18.2.0 and it ran correctly after that.
Steps to Reproduce
Clone the repo
Yarn install
cli command yarn start
get fatal error about react version
Environment
JS Server SDK Version: main branch
Installation Method: yarn
Browser and Version: Chrome Version 120.0.6099.129
The text was updated successfully, but these errors were encountered:
Expected Behavior
We should be able to run the ssr-demo locally without needing to upgrade react or getting a fatal error about react.
Current Behavior
Got this error when trying to run ssr-demo locally:
Possible Solution
I upgraded react to be v 18.2.0 and it ran correctly after that.
Steps to Reproduce
yarn start
Environment
The text was updated successfully, but these errors were encountered: