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
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
For some reason the move transition stops working when using track-by="$index". It works fine when using track-by with any other existing property, like ie. track-by="id". I've tried taking a look at the code, but I can't seem to locate the issue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For some reason the move transition stops working when using
track-by="$index"
. It works fine when using track-by with any other existing property, like ie.track-by="id"
. I've tried taking a look at the code, but I can't seem to locate the issue.The text was updated successfully, but these errors were encountered: