Skip to content

Commit eef9019

Browse files
committed
More docs updates
1 parent 7073795 commit eef9019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/api-development-strategy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ const router = createBrowserRouter(routes, {
7272
These flags apply to both Data and non-Data Routers and are passed to the rendered React component:
7373

7474
```jsx
75-
<BrowserRouter future={{ v7_normalizeFormMethod: true }}>
75+
<BrowserRouter future={{ v7_startTransition: true }}>
7676
<Routes>{/*...*/}</Routes>
7777
</BrowserRouter>
7878
```
7979

8080
```jsx
8181
<RouterProvider
8282
router={router}
83-
future={{ v7_normalizeFormMethod: true }}
83+
future={{ v7_startTransition: true }}
8484
/>
8585
```
8686

0 commit comments

Comments
 (0)