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
Describe the bug
I got an error message An element that use the animate directive must be the sole child of a keyed each block when using animate flip if there is no space in front of each block.
Additional context
I use inline blocks on my project, excess spaces must be removed to make the layout accurate.
So I use preprocessor like this ( #189 (comment) ) to remove all excess spaces between tags, but it will then cause the above error.
The text was updated successfully, but these errors were encountered:
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
I got an error message
An element that use the animate directive must be the sole child of a keyed each block
when using animate flip if there is no space in front of each block.To Reproduce
https://svelte.dev/repl/1661180017a5479caf0b6451c6279a7a?version=3.25.1
Additional context
I use inline blocks on my project, excess spaces must be removed to make the layout accurate.
So I use preprocessor like this ( #189 (comment) ) to remove all excess spaces between tags, but it will then cause the above error.
The text was updated successfully, but these errors were encountered: