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
Need help in deploying the current in Vercel, every build passes but I face
SyntaxError: 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.
CommonJS modules can always be imported via the default export, for example using:
import pkg from 'react-dom/server';
const { renderToReadableStream } = pkg;
The text was updated successfully, but these errors were encountered:
Need help in deploying the current in Vercel, every build passes but I face
The text was updated successfully, but these errors were encountered: