Skip to content

Commit 9696bdf

Browse files
committed
Fix links
1 parent 89fa92d commit 9696bdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ Date: 2024-10-11
222222

223223
This release stabilizes a handful of "unstable" APIs in preparation for the [pending](https://x.com/remix_run/status/1841926034868077009) React Router v7 release (see [these](https://remix.run/blog/merging-remix-and-react-router) [posts](https://remix.run/blog/incremental-path-to-react-19) for more info):
224224

225-
- `unstable_dataStrategy``dataStrategy` (`createBrowserRouter` and friends) ([Docs](https://reactrouter.com/en/v6/routers/create-browser-router#optsdatastrategy))
226-
- `unstable_patchRoutesOnNavigation``patchRoutesOnNavigation` (`createBrowserRouter` and friends) ([Docs](https://reactrouter.com/en/v6/routers/create-browser-router#optspatchroutesonnavigation))
227-
- `unstable_flushSync``flushSync` (`useSubmit`, `fetcher.load`, `fetcher.submit`) ([Docs](https://reactrouter.com/en/v6/hooks/use-submit#optionsflushsync))
228-
- `unstable_viewTransition``viewTransition` (`<Link>`, `<Form>`, `useNavigate`, `useSubmit`) ([Docs](https://reactrouter.com/en/v6/components/link#viewtransition))
225+
- `unstable_dataStrategy``dataStrategy` (`createBrowserRouter` and friends) ([Docs](https://reactrouter.com/v6/routers/create-browser-router#optsdatastrategy))
226+
- `unstable_patchRoutesOnNavigation``patchRoutesOnNavigation` (`createBrowserRouter` and friends) ([Docs](https://reactrouter.com/v6/routers/create-browser-router#optspatchroutesonnavigation))
227+
- `unstable_flushSync``flushSync` (`useSubmit`, `fetcher.load`, `fetcher.submit`) ([Docs](https://reactrouter.com/v6/hooks/use-submit#optionsflushsync))
228+
- `unstable_viewTransition``viewTransition` (`<Link>`, `<Form>`, `useNavigate`, `useSubmit`) ([Docs](https://reactrouter.com/v6/components/link#viewtransition))
229229

230230
### Minor Changes
231231

0 commit comments

Comments
 (0)