File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ function HydratedRouter(props: HydratedRouterProps)
3434### unstable_getContext
3535
3636Context 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 )
3839functions
3940
You can’t perform that action at this time.
0 commit comments