Open jezzdk opened 8 years ago
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.
track-by="$index"
track-by="id"
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.