react icon indicating copy to clipboard operation
react copied to clipboard

Bug: with `react 18.2.0`, unable to start the project

Open suressk opened this issue 1 year ago • 0 comments

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

  1. use command pnpm create vite or npx create-react-app react-pro to create a react project
  2. then startup it

The error message:

react-refresh-error

The current behavior

The simple demo project cannot be activated.

suressk avatar Jul 31 '22 20:07 suressk