Skip to content

@emotion/react@11.8.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Feb 15:57
· 151 commits to main since this release
29c99a9

Patch Changes

  • #2651 39ac5b99 Thanks @Andarist! - Fixed a transpilation issue that caused useInsertionEffect to be referenced directly in the specifiers list of the import statement. This has caused build errors in the consuming tools since the import statement can only reference known exports of a module.