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
{{ message }}
This repository has been archived by the owner on May 15, 2024. It is now read-only.
I have spent some time trying to get above working. It works without v-for, but with v-for I get the following error:
Invalid VNode type: Symbol(Fragment) (symbol)
at <TestComp>
at <Anonymous>
Edit: I guess this is related to custom-block implementation, rather than Vugel itself. With codepen example v-for works fine, but when I try with vite and the custom block implemented here I get above exception.
Yeah, the custom block impl may not work great. If you can reproduce this in codepen there would be an actual bug. v-for etc should just work normally.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there anything one needs to be aware of with v-for?
I have spent some time trying to get above working. It works without v-for, but with v-for I get the following error:
Edit: I guess this is related to custom-block implementation, rather than Vugel itself. With codepen example v-for works fine, but when I try with vite and the custom block implemented here I get above exception.
Custom block is discussed here #2
The text was updated successfully, but these errors were encountered: