Skip to content

Commit baaf425

Browse files
Enable some future flags on react-router-dom 6 to prepare for 7
1 parent 497e79e commit baaf425

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/components/Base.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,12 @@ const Base = () => {
213213
<SettingsLoad />
214214
<SettingsFakeData />
215215

216-
<Router>
216+
<Router
217+
future={{
218+
v7_startTransition: true,
219+
v7_relativeSplatPath: true,
220+
}}
221+
>
217222
<AnimatedRoutes />
218223
</Router>
219224
</div>

0 commit comments

Comments
 (0)