-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
*ngFor on Android renders first item as last item (the rest are in proper order) #8878
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
@crowmagnumb what nativescript/angular version? |
Ah, yes, didn't notice that |
Ok nice thanks - this pr may fix that NativeScript/nativescript-angular#2262 - bout to be merged and released. |
@crowmagnumb 10.1.5 was just published, could you clean project and try with that when get a chance? |
That did it! |
Hooray! Thanks for confirming 🤗 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
When rendering for example ...
It will render 2, then 3, then 4, then 1. But on Android only. Works fine on iOS.
To Reproduce
Expected behavior
Sample project
Additional context
The text was updated successfully, but these errors were encountered: