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
Same issue with 11.12.0 - I can only get the project to work if I explicitly install 11.10.8, even though simultaneously @emotion/[email protected] is installing 11.12.0 alongside it. I have no idea why this works and I'm sure it's not optimal, but this issue prevents us from upgrading to 11.12/11.13 and then #3300 prevents us from upgrading to a version where this issue seems to be resolved.
@Andarist I wonder if you have any thoughts? The problems we're seeing with Emotion are starting to compound.
constIS_DEV=api.env()==='development';// ....['@emotion',{sourceMap: !!IS_DEV,autoLabel: IS_DEV ? 'always' : 'never'},],// MUST come first (as per Emotion docs)
Current behavior:
To reproduce:
Unknown, but upgrading to
@emotion/[email protected]
is a prerequisite, as is usingbabel-loader
in Webpack.Expected behavior:
Upgrading from 11.10.x to 11.11.x should not cause errors.
Environment information:
react
version: 18.2.0@emotion/react
version: 11.11.4The text was updated successfully, but these errors were encountered: