Skip to content

Commit 811df9c

Browse files
authored
docs(router-core): make startTrasition deprecation note agnostic (#5752)
1 parent cff1b2c commit 811df9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/router-core/src/RouterProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface CommitLocationOptions {
1616
hashScrollIntoView?: boolean | ScrollIntoViewOptions
1717
viewTransition?: boolean | ViewTransitionOptions
1818
/**
19-
* @deprecated All navigations use React transitions under the hood now
19+
* @deprecated All navigations use transitions under the hood now
2020
**/
2121
startTransition?: boolean
2222
ignoreBlocker?: boolean

0 commit comments

Comments
 (0)