Skip to content

@emotion/core@10.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 09:54
· 478 commits to main since this release
9d7e25a

Patch Changes

  • fe30cbd6 #2066 Thanks @Andarist! - Fixed an issue with React giving warning about static children not having unique keys when using the classic jsx factory. This example illustrates the situation in which this has been incorrectly happening:

    <div css={{ color: 'hotpink' }}>
      <div />
      <div />
    </div>