We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
useRef
wrapUseRoutes
1 parent 1649acc commit 34f687cCopy full SHA for 34f687c
dev-packages/e2e-tests/test-applications/react-router-6-descendant-routes/src/index.tsx
@@ -61,7 +61,7 @@ const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement)
61
root.render(
62
<BrowserRouter>
63
<SentryRoutes>
64
- <Route path='/' element={<Index/>} />
+ <Route path="/" element={<Index />} />
65
<Route path="projects/*" element={<ProjectsRoutes />}></Route>
66
</SentryRoutes>
67
</BrowserRouter>,
0 commit comments