Skip to content

@emotion/core@10.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 10:33
· 472 commits to main since this release
b61b1c2

Minor Changes

  • #2566 122e9f11 Thanks @eps1lon, @Andarist! - Fixed hydration mismatches if React.useId (an upcoming API in React 18) is used within a tree below our components.

  • #2560 b5a26619 Thanks @eps1lon! - Dropped usage of a deprecated SFC React type in favor of FC. The FC type has been introduced in @types/react@16.7.2 so this version of this package is now a minimum requirement for TypeScript users.