5 Replies
sensitive-blueOP•9mo ago
Not sure what is going on but when i use a server function in a layout route i get this error. it doesn't appear to happen on the index route
"@tanstack/react-router": "^1.89.2",
and react 19
rival-black•9mo ago
can you provide a minimal reproducer ?
sensitive-blueOP•9mo ago
@Manuel Schiller hmm, haven't been able to repro but i think i've isolated it down to a component using react dropzone
https://github.com/react-dropzone/react-dropzone/blob/master/src/index.js
GitHub
react-dropzone/src/index.js at master · react-dropzone/react-dropzone
Simple HTML5 drag-drop zone with React.js. Contribute to react-dropzone/react-dropzone development by creating an account on GitHub.
sensitive-blueOP•9mo ago
GitHub
[BUG] react-dropzone cannot be imported in a Node.js ESM environmen...
I am experimenting with React SSR in a project that uses ESM ("type": "module" is set in package.json). The project uses react-dropzone, and although it will not be part of the ...
rival-black•9mo ago
good catch