You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2023. It is now read-only.
Chapter 3 from the React tutorial, in line 184 and following recommends using kotlin-react-css which has been removed from kotlin-wrappers (see the release notes). Please modify this tutorial with updated best practices.
React 18:
react.dom.render
->react.dom.client.createRoot
Emotion (instead of
kotlin-react-css
):react.css.css
->emotion.react.css
The text was updated successfully, but these errors were encountered: