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
Hi, I tried to upgrade to React 18 but this library doesn't seem to work.
As soon as I switched
ReactDOM.render(..., ...)tocreateRoot(...).render(...)all async states stopped working.More specifically, all states stay in
pendingstate and the promises are inexplicably of typeNeverSettle.Here you can find the React 18 upgrade guide