We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad7fd8 commit 9c850c9Copy full SHA for 9c850c9
src/transition/interface.ts
@@ -38,7 +38,7 @@ export interface TransitionOptions {
38
* - If `true`, it will inherit parameter values from the current parameter values.
39
* - If `false`, only the parameters which are provided to `transitionTo` will be used.
40
*
41
- * @default `false`
+ * @default `true`
42
*/
43
inherit?: boolean;
44
0 commit comments