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
Leaving slack log here about the issue just for reference:
rigor789 [3 minutes ago]
for now you can stick the templates inside the v-template tags, and extract them to a component when it's fixed
rigor789 [2 minutes ago]
briefly the issue is that for list-views I have to create empty views for nativescript, at which point I don't have access to the data that will be show in that particular view
rigor789 [2 minutes ago]
and it's solved using a deep proxy object which returns a proxy for up to 10 levels deep (edited)
rigor789 [1 minute ago] a.b.c.d.e.foo.bar will be a proxy
rigor789 [1 minute ago]
so the compiler doesn't complain about trying to read b of undefined
rigor789 [< 1 minute ago]
and I'm guessing there is a slight difference how the components are converted to render functions, and it causes the issue
Reproduction:
https://play.nativescript.org/?template=play-vue&id=2zz4p6
The text was updated successfully, but these errors were encountered: