This repository was archived by the owner on Aug 7, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 40
Vue app crashes after sync changes in styles #943
Closed
endarova opened this issue
Jun 20, 2019
· 4 comments
· Fixed by nativescript-vue/nativescript-vue#512 or nativescript-vue/nativescript-vue#517
Closed
Vue app crashes after sync changes in styles #943
endarova opened this issue
Jun 20, 2019
· 4 comments
· Fixed by nativescript-vue/nativescript-vue#512 or nativescript-vue/nativescript-vue#517
Labels
Comments
Hey! This issue is caused by a change in the In version 2.3.0-rc.0, the A solution could be to require the |
Sounds like an easy fix. |
rigor789
pushed a commit
to nativescript-vue/nativescript-vue
that referenced
this issue
Jul 1, 2019
Ensure `application` module is loaded before overriding `global.__onLiveSyncCore`. Fixes NativeScript/nativescript-dev-webpack#943.
I can confirm the issue is resolved in nativescript-vue@next |
Actually the issue for iOS is fixed but now when I make the same change for android the app crashes again. Here is the log |
rigor789
pushed a commit
to nativescript-vue/nativescript-vue
that referenced
this issue
Jul 3, 2019
Ensure `frame` module is loaded before overriding `global.__onLiveSyncCore` for Android. Fixes NativeScript/nativescript-dev-webpack#943 for Android.
etherdog-eth
pushed a commit
to etherdog-eth/nativescript-vue
that referenced
this issue
May 31, 2021
Ensure `application` module is loaded before overriding `global.__onLiveSyncCore`. Fixes NativeScript/nativescript-dev-webpack#943.
etherdog-eth
pushed a commit
to etherdog-eth/nativescript-vue
that referenced
this issue
May 31, 2021
Ensure `frame` module is loaded before overriding `global.__onLiveSyncCore` for Android. Fixes NativeScript/nativescript-dev-webpack#943 for Android.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment
Describe the bug
When making changes in styles section of Home.vue file app crashes
To Reproduce
6 .tns platform add ios@next
Expected behavior
Project is synced and style is applied.
Actual
Project is synced but crashes. Log:
log_file.txt
Additional context
Make exactly that change in the file
The text was updated successfully, but these errors were encountered: