Adam Bárta
Adam Bárta
The fact that the values switch when thumbs switch is a pretty big problem. It makes preventing the thumbs from crossing over really hard to implement manualy. Something like the...
> I think this is introduced as an issue with [this change](https://github.com/emotion-js/emotion/blob/main/packages/serialize/CHANGELOG.md#minor-changes). The server now defaults to using `emotion-serialize.cjs.js` while webpack will automatically use `development.cjs.js` version. The non-development version excludes...
Same problem here with Nextjs Pages router. For anyone looking for a fix, I recommend trying to override `"@emotion/serialize"` as mentioned in the linked [issue](https://github.com/emotion-js/emotion/issues/3222) by @ddembo