Skip to content

Commit

Permalink
More docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Jun 14, 2023
1 parent 7073795 commit eef9019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/api-development-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ const router = createBrowserRouter(routes, {
These flags apply to both Data and non-Data Routers and are passed to the rendered React component:

```jsx
<BrowserRouter future={{ v7_normalizeFormMethod: true }}>
<BrowserRouter future={{ v7_startTransition: true }}>
<Routes>{/*...*/}</Routes>
</BrowserRouter>
```

```jsx
<RouterProvider
router={router}
future={{ v7_normalizeFormMethod: true }}
future={{ v7_startTransition: true }}
/>
```

Expand Down

0 comments on commit eef9019

Please sign in to comment.