8000 fix(site): ensure Error Boundary catches render errors correctly by Parkreiner · Pull Request #15963 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

fix(site): ensure Error Boundary catches render errors correctly #15963

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

Merged
merged 11 commits into from
Jan 3, 2025
Prev Previous commit
Next Next commit
docs: add comment to prevent wild goose chase
  • Loading branch information
Parkreiner committed Dec 26, 2024
commit fa7e7a0fe5bb4c944b4f71b306e418dff6334970
2 changes: 2 additions & 0 deletions site/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ export const App: FC = () => {
return (
<StrictMode>
<AppProviders>
{/* If you're wondering where the global error boundary is,
it's connected to the router */}
<RouterProvider router={router} />
</AppProviders>
</StrictMode>
Expand Down
Loading
0