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 252895d commit 05a5976Copy full SHA for 05a5976
src/compiler/compile/render_dom/wrappers/KeyBlock.ts
@@ -106,7 +106,7 @@ export default class KeyBlockWrapper extends Wrapper {
106
}
107
${this.var} = ${this.block.name}(#ctx);
108
${this.var}.c();
109
- ${has_transitions && b`@transition_in(${this.var})`}
+ ${has_transitions && b`@transition_in(${this.var}, 1)`}
110
${this.var}.m(${this.get_update_mount_node(anchor)}, ${anchor});
111
`;
112
0 commit comments