Skip to content

Commit

Permalink
doh\!
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Sep 22, 2022
1 parent ee37a77 commit 3a07532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-router/lib/hooks.tsx
Expand Up @@ -679,7 +679,7 @@ enum DataRouterStateHook {
function getDataRouterConsoleError(
hookName: DataRouterHook | DataRouterStateHook
) {
return `${hookName} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router`.;
return `${hookName} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`;
}

function useDataRouterContext(hookName: DataRouterHook) {
Expand Down

0 comments on commit 3a07532

Please sign in to comment.