Skip to content

Commit 268349a

Browse files
committed
chore: format
1 parent e04cb92 commit 268349a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router/lib/hooks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ export function useOutlet(context?: unknown): React.ReactElement | null {
540540
{outlet}
541541
</OutletContext.Provider>
542542
),
543-
[outlet, context]
543+
[outlet, context],
544544
);
545545
}
546546

0 commit comments

Comments
 (0)