Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vercel Deployment Help #76

Open
Lagstill opened this issue Apr 7, 2024 · 1 comment
Open

Vercel Deployment Help #76

Lagstill opened this issue Apr 7, 2024 · 1 comment

Comments

@Lagstill
Copy link

Lagstill commented Apr 7, 2024

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;
@qualk
Copy link

qualk commented Apr 8, 2024

Also getting this error, even when running locally with @remix-run/serve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants