File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ createRoot(document.getElementById("root")).render(
36
36
);
37
37
```
38
38
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 >
44
44
45
45
## Signature
46
46
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ function HydratedRouter(props: HydratedRouterProps)
34
34
### unstable_getContext
35
35
36
36
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 )
38
39
functions
39
40
You can’t perform that action at this time.
0 commit comments