griffel
griffel copied to clipboard
react: Better support for React 18
RC for React 18 is already published:

NOTE: Make sure you read the section "When to Insert https://github.com/reactwg/react-18/discussions/110
In short we should use useInsertionEffect to apply our styles to DOM.
For reference:
-
changes in Emotion https://github.com/emotion-js/emotion/pull/2600
-
issue with bundling https://github.com/emotion-js/emotion/pull/2651
-
[ ] Types in React 18 does not allow
childrenby default inReact.FC, check components and update (#214)