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
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
Describe the bug
Livesync changes cause app crash.
To Reproduce
npm i -g [email protected]
tns create MyApp --template tns-template-master-detail-ng
cd MyApp
tns run android --bundle --hmr -> OK
Repalce `options.name;` with `"SyncTest";` in src\app\cars\shared\car.model.ts -> OK
Ctrl+C
npm un nativescript-angular --save
npm i [email protected] --save --save-exact
tns run android --bundle --hmr -> OK
Repalce `options.name;` with `"SyncTest";` in src\app\cars\shared\car.model.ts -> Crash
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
Livesync changes cause app crash.
To Reproduce
Crash log:
Expected behavior
Changes applied properly.
Additional context
Looks to be caused by #1740
The text was updated successfully, but these errors were encountered: