v13.0.0-alpha.1
Pre-release
Pre-release
github-actions
released this
13 Sep 08:53
·
39 commits
to alpha
since this release
13.0.0-alpha.1 (2021-09-13)
Features
BREAKING CHANGES
- If you have React 18 installed, we'll use the new
createRoot
API by default which comes with a set of changes while also enabling support for concurrent features.
To can opt-out of this change by usingrender(ui, { legacyRoot: true } )
. But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings.