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
x Build failed in 129ms
[react-router] Named export 'renderToReadableStream' not found. The requested module 'react-dom/server' is a CommonJS module, which may not support all module.exports as named exports.
My entry.server.tsx is the standard one from the examples (cloudflare/base). Any ideas on how to resolve this. I found this issue but I'm not sure if its related.
The text was updated successfully, but these errors were encountered:
The above issue was resolved by importing from 'react-dom/server.browser'. Build still fails but it seems to be an open issue in react-router: remix-run/react-router#12758
My
entry.server.tsx
is the standard one from the examples (cloudflare/base). Any ideas on how to resolve this. I found this issue but I'm not sure if its related.The text was updated successfully, but these errors were encountered: