v1.1.0
- Fix issue where concurrent renders with suspense would break order of hooks (see #37)
- Add support for
useTransition
anduseDeferredValue
(see #36) - Fix edge cases where
ReactCurrentDispatcher
wasn't reset (see #38) - Fix bug where forwardRef components wrapping memo components would error (see #40)
- Remove styled-components workaround (see #39)
This release removes the styled-components
workarounds that were necessary for styled-components@^4.0.0
. Please upgrade to styled-components@^5.0.0
and don't forget to wrap your elements in a ServerStyleSheet
before upgrading.