Skip to content

emotion-theming@11.0.0-next.6

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 25 Nov 22:44
· 532 commits to main since this release

Major Changes

  • cbb8b796 #1600 Thanks @Andarist! - emotion-theming has been removed and all its exports were moved to @emotion/core package. Please import them like this import { useTheme, ThemeProvider, withTheme } from '@emotion/core' from now on.