Skip to content

Commit 3a07532

Browse files
committed
doh\!
1 parent ee37a77 commit 3a07532

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
@@ -679,7 +679,7 @@ enum DataRouterStateHook {
679679
function getDataRouterConsoleError(
680680
hookName: DataRouterHook | DataRouterStateHook
681681
) {
682-
return `${hookName} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router`.;
682+
return `${hookName} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`;
683683
}
684684

685685
function useDataRouterContext(hookName: DataRouterHook) {

0 commit comments

Comments
 (0)