Skip to content

Commit

Permalink
feat: enable more feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Jan 29, 2025
1 parent 905e439 commit 3cd8bf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/web/src/navigation/AppNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ export const AppNavigator = ({
return (
<BrowserRouter
future={{
v7_relativeSplatPath: true
v7_relativeSplatPath: true,
v7_startTransition: true
}}
>
<div
Expand Down

0 comments on commit 3cd8bf4

Please sign in to comment.