Jake Leventhal
Jake Leventhal
FWIW, I am getting this problem with: ```json "@emotion/cache": "11.11.0", "@emotion/react": "11.11.4", "@emotion/styled": "11.11.5", ```
@mridgway I can confirm I have this issue even with 1.2.0 ``` ▶ cat pnpm-lock.yaml | grep @emotion/serialize '@emotion/serialize': '@emotion/[email protected]': '@emotion/serialize': 1.2.0 '@emotion/serialize': 1.2.0 '@emotion/[email protected]': '@emotion/serialize': 1.2.0 '@emotion/serialize': 1.2.0 ```...
I think this is a red herring. My current version of code uses `@emotion/[email protected]` in my pnpm-lock.yaml file. The only emotion packages I use/specify in my package.json files are: ```json...
Can confirm this is not resolved in 11.14 @emmatown