-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Compiler crash on v-if on svg or template #724
Comments
Have you tried using the current master version? It seems to work using the template explorer |
This was I was in a hurry to leave work, I can try |
Closing since I can confirm this is fixed in current master. Will be releasing alpha.5 soon. |
If template explorer is based on master, that would explain why I couldn't reproduce it then. |
Version
3.0.0-alpha.4
Reproduction link
http://none.sorry
Steps to reproduce
I'm very sorry that I have not managed to create a short repro to share yet but I think this may be valuable.
When I'm trying to compile the following template, the compiler crashes:
I have identified that the trigger for the bug is the
v-if
on<svg>
. It also crashes if I put it on atemplate
around thesvg
but it doesn't crash if I put it on a wrapping<div>
.What is expected?
No crash
What is actually happening?
Stack trace:
The text was updated successfully, but these errors were encountered: