Skip to content

Commit 9c850c9

Browse files
docs(inherit): Fix documentatino for TransitionOptions.inherit
1 parent 1ad7fd8 commit 9c850c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transition/interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface TransitionOptions {
3838
* - If `true`, it will inherit parameter values from the current parameter values.
3939
* - If `false`, only the parameters which are provided to `transitionTo` will be used.
4040
*
41-
* @default `false`
41+
* @default `true`
4242
*/
4343
inherit?: boolean;
4444

0 commit comments

Comments
 (0)