Skip to content

v13.0.0

@eps1lon eps1lon tagged this 31 Mar 04:55
BREAKING CHANGE: Drop support for React 17 and earlier. We'll use the new [`createRoot` API](reactwg/react-18#5) by default which comes with a set of [changes while also enabling support for concurrent features](reactwg/react-18#4).
To can opt-out of this change by using `render(ui, { legacyRoot: true } )`. But be aware that the legacy root API is deprecated in React 18 and its usage will trigger console warnings.

Co-authored-by: Philipp Fritsche <[email protected]>
Assets 2
Loading