Skip to content

Commit ce509df

Browse files
committed
Switch to useRef in wrapUseRoutes.
1 parent c3ddbdb commit ce509df

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/react-router-6-descendant-routes/src

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/react-router-6-descendant-routes/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement)
6161
root.render(
6262
<BrowserRouter>
6363
<SentryRoutes>
64-
<Route path='/' element={<Index/>} />
64+
<Route path="/" element={<Index />} />
6565
<Route path="projects/*" element={<ProjectsRoutes />}></Route>
6666
</SentryRoutes>
6767
</BrowserRouter>,

0 commit comments

Comments
 (0)