File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
packages/react-router/lib Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -277,11 +277,11 @@ export interface RouterProviderProps {
277
277
* );
278
278
* ```
279
279
*
280
- * <docs-info>Please note that this component is exported both from `react-router` and
281
- * `react-router/dom` with the only difference being that the latter automatically
282
- * wires up the `react-dom` `flushSync` implementation. You _almost always_ want
283
- * to use the version from `react-router/dom` unless you're running in a non-DOM
284
- * environment.</docs-info>
280
+ * <docs-info>Please note that this component is exported both from
281
+ * `react-router` and `react-router /dom` with the only difference being that the
282
+ * latter automatically wires up `react-dom`'s [ `flushSync`](https://react.dev/reference/react-dom/flushSync)
283
+ * implementation. You _almost always_ want to use the version from
284
+ * `react-router/dom` unless you're running in a non-DOM environment.</docs-info>
285
285
*
286
286
*
287
287
* @public
Original file line number Diff line number Diff line change @@ -217,7 +217,8 @@ function createHydratedRouter({
217
217
export interface HydratedRouterProps {
218
218
/**
219
219
* Context object to be passed through to {@link createBrowserRouter} and made
220
- * available to [`clientAction`](../../start/framework/route-module#clientAction)/[`clientLoader`](../../start/framework/route-module#clientLoader)
220
+ * available to
221
+ * [`clientAction`](../../start/framework/route-module#clientAction)/[`clientLoader`](../../start/framework/route-module#clientLoader)
221
222
* functions
222
223
*/
223
224
unstable_getContext ?: RouterInit [ "unstable_getContext" ] ;
You can’t perform that action at this time.
0 commit comments