-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
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
@const clashes with animate #7124
Comments
Seems that this issue is caused because when the const tags are stripped from the children nodes of the each block, it leaves behind a text node of tabs and line breaks, when you inline everything to remove the line breaks it compiles correctly |
Also probably related: #3999 |
This was referenced Jan 13, 2022
This is fixed now @janosh and can be closed |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Very cool that
{@const}
is out now! Thanks again to @tanhauhau in #6413! 👍There's a problem using it together with
animate
. The following snippet raisesReproduction
REPL
Logs
No response
System Info
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: