We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In code like this;
{#if !fold} <div ... /> <slot /> </div> {#if drag} <Child ... /> {/if} {/if}
Child component inside 2nd if block will not get transition effect.
Workaround found:
{#if !fold} <div ... /> <slot /> </div> {/if} {#if !fold && drag} <Child ... /> {/if}
click button to open/close panel black line (Child) should move with panel
Svelte 4: (!) note: Svelte 4 has additional issue: #9361 (comment) edit: updated link https://svelte.dev/repl/365a916f0dd54050b1b4fbe9afdba056?version=4.2.8
Svelte 5: LINK
No response
Svelte 4.2.8 Svelte 5 next 34
annoyance
The text was updated successfully, but these errors were encountered:
See #8887, #9196.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
In code like this;
Child component inside 2nd if block will not get transition effect.
Workaround found:
Reproduction
click button to open/close panel
black line (Child) should move with panel
Svelte 4:
(!) note: Svelte 4 has additional issue: #9361 (comment)
edit: updated link
https://svelte.dev/repl/365a916f0dd54050b1b4fbe9afdba056?version=4.2.8
Svelte 5:
LINK
Logs
No response
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: