-
Notifications
You must be signed in to change notification settings - Fork 21
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
[RadListView] Breaking Change since version 10.2.x #1548
Comments
I'm also receiving an error after creating a new project and running
I also have constant WARN from NPM:
Versions
For me the following I can also confirm that it doesn't work out of the box after trying:
Still same error instroduced only by adding:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using the following dependencies:
I rebuild a customers project and every subpage containing a RadListView crashed with the following error message:
The following lines were enough to trigger the crash
Template file:
example.ts
Current fix:
Rebuilding the whole project with setting the nativescript-ui-listview version in package.json to version 10.1.1
"nativescript-ui-listview": "10.1.1",
ns clean && npm i
The text was updated successfully, but these errors were encountered: