remix icon indicating copy to clipboard operation
remix copied to clipboard

Vite navigation fails to any route that imports node:stream

Open jacobparis opened this issue 1 year ago • 0 comments

Reproduction

https://stackblitz.com/~/github.com/jacobparis/bug-remix-vite-node-stream

  • You can click "Bad Link" and see the navigation silently fail (slight refresh of current page instead).
  • Open that file to see the import from "node:stream". Delete it and navigation will work again

System Info

Latest remix

Used Package Manager

npm

Expected Behavior

Navigation shouldn't fail

Actual Behavior

Navigation fails

jacobparis avatar Jun 09 '24 22:06 jacobparis