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
{{ message }}
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
Do you want to request a feature or report a bug?
report a bug
What is the current behavior?
hi,I used webpack 4.5.0 to package react 16.3.1 and react-dom 16.3.1. There was no problem with compiling, but there was a react-dom.development.js problem with the browser:
Opened the react-dom.development.js file and there was a problem with this sentence:
varpopProvider=newContext.popProvider;
in ReactFiberScheduler Function.
I have just discovered that this problem only occurs in the development mode, there is no problem in the production mode.
If the current behavior is a bug, please provide the steps to reproduce.
I tried to pack react 16.3.1 and react-dom 16.3.1 with webpack 3.x and webpack devserver 2.x, no problem.
Below is my webpack.config.js:
Please mention other relevant information such as the browser version, Node.js version, webpack version, and Operating System.
webpack 4.5.0
macOs High Sierra 10.13.3
Do you want to request a feature or report a bug?
report a bug
What is the current behavior?
hi,I used webpack 4.5.0 to package react 16.3.1 and react-dom 16.3.1. There was no problem with compiling, but there was a react-dom.development.js problem with the browser:
Opened the react-dom.development.js file and there was a problem with this sentence:
in ReactFiberScheduler Function.
I have just discovered that this problem only occurs in the development mode, there is no problem in the production mode.
If the current behavior is a bug, please provide the steps to reproduce.
I tried to pack react 16.3.1 and react-dom 16.3.1 with webpack 3.x and webpack devserver 2.x, no problem.
Below is my webpack.config.js:
What is the expected behavior?
Please mention other relevant information such as the browser version, Node.js version, webpack version, and Operating System.
webpack 4.5.0
macOs High Sierra 10.13.3
This issue was moved from webpack/webpack#6969 by @montogeek. Original issue was by @dreamthen.
The text was updated successfully, but these errors were encountered: