react
react copied to clipboard
Bug: with `react 18.2.0`, unable to start the project
According to the error message, I found that when injectIntoGlobalHook function running, hook.renderers is undefined will make this error!
React version:
react: 18.2.0
react-dom: 18.2.0
Steps To Reproduce
- use command
pnpm create viteornpx create-react-app react-proto create a react project - then startup it
The error message:

The current behavior
The simple demo project cannot be activated.