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
While I decided to change react and react-dom to be external modules, I found the some of the click events are no longer work. However the app could run normally without warnings before I did that. I've checked some issues like #3176 and #4342 but don't find the answer.
Steps to reproduce
I've changed my configs like this:
HTML
webpack.config.dev.js
WARNINGS
Weird is, some of the buttons could work while others are not. I really don't understand what exactly were the breaks after I quoted react and react-dom from externals.
The text was updated successfully, but these errors were encountered:
Versions
Problem description
While I decided to change
react
andreact-dom
to be external modules, I found the some of the click events are no longer work. However the app could run normally without warnings before I did that. I've checked some issues like #3176 and #4342 but don't find the answer.Steps to reproduce
I've changed my configs like this:
HTML
webpack.config.dev.js
WARNINGS
Weird is, some of the buttons could work while others are not. I really don't understand what exactly were the breaks after I quoted
react
andreact-dom
from externals.The text was updated successfully, but these errors were encountered: