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

fix(remix-dev/vite, server-runtime): pass Vite server errors to vite.ssrFixStacktrace #8066

Merged
merged 12 commits into from
Nov 24, 2023
Prev Previous commit
Next Next commit
update changeset
  • Loading branch information
markdalgleish committed Nov 24, 2023
commit 7b0dd6a3d740ea299c69a66cc275f4ab02e09fa8
2 changes: 1 addition & 1 deletion .changeset/mean-knives-beam.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"@remix-run/server-runtime": patch
---

Fix server error stacktrace
Pass request handler errors to `vite.ssrFixStacktrace` in Vite dev to ensure stack traces correctly map to the original source code