HamishMW / portfolio

My personal portfolio website built using React and three js
https://hamishw.com
MIT License
2.37k stars 514 forks source link

Vercel Deployment Help #76

Open Lagstill opened 5 months ago

Lagstill commented 5 months ago

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 commented 5 months ago

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