skip to Main Content

Reactjs – unhandledrejection typeerror: cannot read properties of undefined (reading '__emotion_real')

I got an error while building next js application : unhandledrejection typeerror: cannot read properties of undefined (reading '__emotion_real') this happened after I updated the next js and emotion libraries: "@emotion/babel-plugin": "^11.10.6", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", ✓ Linting and checking…

VIEW QUESTION
Back To Top
Search