Skip to content

v2.0.1

Choose a tag to compare

@MidnightDesign MidnightDesign released this 05 Mar 10:45
· 18 commits to master since this release
a1ca21a

Bug Fixes

  • Fix CJS __toESM interop bug with @emotion/styled in 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