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
I'm having an issue with adding an element to an array after reordering elements.
The element seems to be added in semi-random place in the UI, but in the correct position within the array.
The order displayed will be 1,4,2,3 instead of 1,2,3,4
Clicking the the test button will display the array in the console, which is in the proper order.
Am I using the library wrong?
Or is the issue with the library?
Thank you.
The text was updated successfully, but these errors were encountered:
I'm having an issue with adding an element to an array after reordering elements.
The element seems to be added in semi-random place in the UI, but in the correct position within the array.
I have a small demo with a similar use case : https://stackblitz.com/edit/angular-ivy-jvice4
To reproduce the problem
The order displayed will be 1,4,2,3 instead of 1,2,3,4
Clicking the the test button will display the array in the console, which is in the proper order.
Am I using the library wrong?
Or is the issue with the library?
Thank you.
The text was updated successfully, but these errors were encountered: