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
With webpack 5 and the latest react-scripts, on updating a file, hot reload doesn't work and gives an error.
jsonp chunk loading:81 Uncaught TypeError: Cannot set properties of undefined (setting './src/components/footer/Footer.tsx')
at self.webpackHotUpdatexxx (jsonp chunk loading:81:1)
at src_components_footer_Footer_tsx.38cb2e07728e395b6891.hot-update.js:2:45
Describe the bug
With webpack 5 and the latest react-scripts, on updating a file, hot reload doesn't work and gives an error.
Related dependencies:
Node: v14.17.3
NPM: 7.21.1
Did you try recovering your dependencies?
Yes
The text was updated successfully, but these errors were encountered: