Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork246
Closed
Description
Really confusing bug, at least for me.
Online demo:https://play.nativescript.org/?template=play-vue&id=cXD8qx
If I loadCustomComponent
via<component>
, the tapping will not update the view (butconsole.log()
works fine). If load it as a normal child component like<PageContent/>
, or remove the<CustomComponent/>
, everything back to normal.
When issue happens, NSVue log says something like:
[Vue warn]: Error in nextTick: "TypeError: undefined is not an object (evaluating 'e.$options')"
Or sometime:
[Vue warn]: Error in nextTick: "TypeError: undefined is not an object (evaluating 'n._transitionClasses')"