Skip to content

Commit 0d70250

Browse files
committed
chore: generate markdown docs from jsdocs
1 parent d87ee6f commit 0d70250

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/api/data-routers/RouterProvider.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ createRoot(document.getElementById("root")).render(
3636
);
3737
```
3838

39-
<docs-info>Please note that this component is exported both from `react-router` and
40-
`react-router/dom` with the only difference being that the latter automatically
41-
wires up the `react-dom` `flushSync` implementation. You _almost always_ want
42-
to use the version from `react-router/dom` unless you're running in a non-DOM
43-
environment.</docs-info>
39+
<docs-info>Please note that this component is exported both from
40+
`react-router` and `react-router/dom` with the only difference being that the
41+
latter automatically wires up `react-dom`'s [`flushSync`](https://react.dev/reference/react-dom/flushSync)
42+
implementation. You _almost always_ want to use the version from
43+
`react-router/dom` unless you're running in a non-DOM environment.</docs-info>
4444

4545
## Signature
4646

docs/api/framework-routers/HydratedRouter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ function HydratedRouter(props: HydratedRouterProps)
3434
### unstable_getContext
3535

3636
Context object to be passed through to [`createBrowserRouter`](../data-routers/createBrowserRouter) and made
37-
available to [`clientAction`](../../start/framework/route-module#clientAction)/[`clientLoader`](../../start/framework/route-module#clientLoader)
37+
available to
38+
[`clientAction`](../../start/framework/route-module#clientAction)/[`clientLoader`](../../start/framework/route-module#clientLoader)
3839
functions
3940

0 commit comments

Comments
 (0)