Skip to content

Conversation

adrianpdaluz
Copy link
Contributor

After the update to NS7 getCssFileName is no longer available in the core module you either have to call it from via import { Application } from '@nativescript/core' then call Application.getCssFileName() or require('@nativescript/core/application').getCssFileName() or require('@nativescript/core').Application.getCssFileName();

This is causing issues with live sync.

After the update to NS7 getCssFileName is no longer available in the core module you either have to call it from via import { Application } from '@nativescript/core' then call Application.getCssFileName() or require('@nativescript/core/application').getCssFileName() or require('@nativescript/core').Application.getCssFileName();

This is causing issues with live sync.
@rigor789 rigor789 changed the title NS7 Live Sync fix: wrong import for getCssFileName Nov 5, 2020
@rigor789 rigor789 merged commit f1110f1 into nativescript-vue:master Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants