Open SaiTeja-Tal opened 1 year ago
Please always try to share a repro case in a runnable form - either by providing a git repository to clone or a codesandbox. OSS maintainers usually can't afford the time to set up the repro, even if exact steps are given.
same issue after upgrading Nodejs to version 18 "@emotion/babel-plugin": "^11.11.0", "@emotion/babel-preset-css-prop": "^11.11.0", "@emotion/core": "^11.0.0", "@emotion/react": "^11.10.8", "@emotion/styled": "^11.10.8", "react": "^17.0.2", "react-dom": "^17.0.2",
I honestly can't give a different answer than before. Please create a runnable repro case to make it possible for me to dive straight into the problem.
Boa tarde! Teria alguma solução de imediato para este erro, estou com aplicação em produção e após ultimo commit no dia 15/09 ocorreu o mesmo problema, estou utilizando react 17 e não posso atualizar para react 18 devido outras bibliotecas. segue bibliotecas e versões sendo utilizada no projeto.
"@emotion/react": "11.10.0", "@emotion/styled": "11.10.0", "@mui/icons-material": "5.10.6", "@mui/material": "5.10.1", "@mui/styles": "5.10.7", "react": "17.0.1", "react-dom": "17.0.1",
Hi , I too faced same issue as above mentioned. Same issue and also couldn't upgrade React version. I could fix it by forcefully upgrade React to v18 by installing it by npm install react@18.2.0 --force. Hope this works!!
I can fix this issue, when remove alias for react-dom from webpack.conf.js
alias: {
"react-dom": "@hot-loader/react-dom",
},
From today morning, we suddenly ran into this issue and couldn't run any of our applications. Can someone please look into this?
Uncaught TypeError: dispatcher.useInsertionEffect is not a function at useInsertionEffect (react.development.js:1639:21) at useInsertionEffectMaybe (emotion-styled-base.browser.esm.js:51:3) at Insertion (emotion-styled-base.browser.esm.js:61:15) at renderWithHooks (react-dom.development.js:14985:18) at mountIndeterminateComponent (react-dom.development.js:17811:13) at beginWork (react-dom.development.js:19049:16) at HTMLUnknownElement.callCallback (react-dom.development.js:3945:14) at Object.invokeGuardedCallbackDev (react-dom.development.js:3994:16) at invokeGuardedCallback (react-dom.development.js:4056:31) at beginWork$1 (react-dom.development.js:23959:7)
The above error occurred in the component: