Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Ebey <jacob.ebey@live.com>
  • Loading branch information
brophdawg11 and jacob-ebey authored Jan 4, 2023
1 parent 4cb0fd9 commit 190c776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-router/lib/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function RouterProvider({
// useId happy when we are server-rendering since we may have a <script> here
// containing the hydrated server-side staticContext (from StaticRouterProvider).
// useId relies on the component tree structure to generate deterministic id's
// so we need to ensure it remains remains the same on the client even though
// so we need to ensure it remains the same on the client even though
// we don't need the <script> tag
return (
<>
Expand Down

0 comments on commit 190c776

Please # to comment.