You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
When the each block contains a comment, the compiler throws an
invalid-animation
errorThe reason seems to be that
EachBlock
doesn't filter-out comments when testing ifthis.children.length !== 1
To Reproduce
See https://svelte.dev/repl/d868b86121f64a67986c420d21e32bc8?version=3.32.3
Expected behavior
Comments should be ignored by the validation
Severity
Somewhat annoying, as realizing that the comment counts as a child might take a while.
The text was updated successfully, but these errors were encountered: