Skip to content

Commit 3d7dcee

Browse files
Update packages/react-router/lib/components.tsx
Co-authored-by: Michaël De Boey <[email protected]>
1 parent 23b3f97 commit 3d7dcee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/lib/components.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,9 @@ export interface RouterProviderProps {
317317
* @category Data Routers
318318
* @mode data
319319
* @param props Props
320-
* @param {RouterProviderProps.router} props.router n/a
321320
* @param {RouterProviderProps.flushSync} props.flushSync n/a
322321
* @param {RouterProviderProps.unstable_onError} props.unstable_onError n/a
322+
* @param {RouterProviderProps.router} props.router n/a
323323
* @returns React element for the rendered router
324324
*/
325325
export function RouterProvider({

0 commit comments

Comments
 (0)