v2.0.1
Bug Fixes
- Fix CJS
__toESMinterop bug with@emotion/styledin Jest (#37)
Importing the .cjs entry caused a runtime error because esbuild's __toESM helper with isNodeMode=1 set default to the whole exports object instead of the actual styled function. Consumers had to work around this by forcing Jest to use the ESM entry. This is now fixed.
Full Changelog: v2.0.0...v2.0.1