Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

startViewTransition updates #10928

Merged
merged 8 commits into from
Oct 13, 2023
Prev Previous commit
Next Next commit
Remove stale enum value
  • Loading branch information
brophdawg11 committed Oct 12, 2023
commit fed568ba8e7a8d91ed42a88716d0682d6ae071d9
1 change: 0 additions & 1 deletion packages/react-router-dom/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,6 @@ enum DataRouterHook {
UseSubmit = "useSubmit",
UseSubmitFetcher = "useSubmitFetcher",
UseFetcher = "useFetcher",
useViewTransitionStates = "useViewTransitionStates",
useViewTransitionState = "useViewTransitionState",
}

Expand Down