Error in deployment the app: different react versions
0
I'm making a project for my master's, and I found an error when I started the app.I deleted some widgets, but still can't find the missing part.The first error is:An error occurred while loading page 'MyFirstModule.Home'. This likely means that the page includes a broken widget. Please check that all your widgets are React Client compatible and are valid ES modules.Cannot read properties of undefined (reading 'ReactCurrentDispatcher') TypeError: Cannot read properties of undefined (reading 'ReactCurrentDispatcher') at http://localhost:8080/dist/Atlas_Core.Atlas_Default-mu0HnZ9k.js:1421:55 at http://localhost:8080/dist/Atlas_Core.Atlas_Default-mu0HnZ9k.js:21635:5AND The second error is:Cannot read properties of undefined (reading 'ReactCurrentDispatcher')TypeError: Cannot read properties of undefined (reading 'ReactCurrentDispatcher') at http://localhost:8080/dist/Atlas_Core.Atlas_Default-mu0HnZ9k.js:1421:55 at http://localhost:8080/dist/Atlas_Core.Atlas_Default-mu0HnZ9k.js:21635:5If you have any idea how to fix it, I'd be grateful.