Skip to content

Commit fa7e7a0

Browse files
committed
docs: add comment to prevent wild goose chase
1 parent 4497e18 commit fa7e7a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/src/App.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ export const App: FC = () => {
8181
return (
8282
<StrictMode>
8383
<AppProviders>
84+
{/* If you're wondering where the global error boundary is,
85+
it's connected to the router */}
8486
<RouterProvider router={router} />
8587
</AppProviders>
8688
</StrictMode>

0 commit comments

Comments
 (0)