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
Yeah we don’t support async hooks, that API is also discouraged so a bit surprised react depend on it. Maybe that’s why they have “server.edge” module. Would be fantastic if you can open a PR 🙌
With the new update, React DOM
renderToString
doesn't work with LLRT due to unsuppored async_hooksTo fix it I have imported the module from edge package.
However the example code in the repo is still same with React v19 which won't work.
The text was updated successfully, but these errors were encountered: