Open
Description
Hi, I tried to upgrade to React 18 but this library doesn't seem to work.
As soon as I switched ReactDOM.render(..., ...)
to createRoot(...).render(...)
all async states stopped working.
More specifically, all states stay in pending
state and the promises are inexplicably of type NeverSettle
.
Here you can find the React 18 upgrade guide
Metadata
Metadata
Assignees
Labels
No labels