-
-
Notifications
You must be signed in to change notification settings - Fork 241
topmost deprecate (first build after upgrade to v.6.2) #2054
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @Cheas, Regarding the first issue Regarding your second issue, I have transferred it to NativeScript/nativescript-cli#5116 where it could be answered in detail. |
Hi. elena-p. |
The problem disappeared after replacing the version Angular 8.2.0 to 8.2.13. |
@Cheas I had to upgrade Angular and nativescript-angular packages both, then the topmost warning is gone. |
Uh oh!
There was an error while loading. Please reload this page.
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):"@nstudio/nativescript-cardview": "^1.0.0",
"@nstudio/nativescript-snackbar": "^1.0.0",
"base-64": "^0.1.0",
"email-validator": "^2.0.4",
"guid-typescript": "^1.0.9",
"nativescript-angular": "~8.2.0",
"nativescript-iqkeyboardmanager": "^1.5.1",
"nativescript-plugin-firebase": "^10.0.1",
"nativescript-theme-core": "~1.0.6",
"nativescript-ui-listview": "^7.0.5",
"reflect-metadata": "~0.1.12",
"rxjs": "^6.4.0",
"sha1": "^1.1.1",
"tns-core-modules": "^6.2.0",
"underscore": "^1.9.1",
"utf8": "^3.0.0",
Describe the bug
topmost() is deprecated. Use Frame.topmost() instead.
I do not use it (topmost) directly. There is a list (RadListView) on the page and scrolling does not occur. When you re-enter the page, everything is OK.
I deleted the parameter
--env.snapshot
and managed to collect the release.In previous versions, this was not.
The text was updated successfully, but these errors were encountered: