Closed intervalia closed 8 months ago
Describe the bug The loop event handler does not use the correct item variable name when calling the loopItemHandler_? function
loopItemHandler_?
To Reproduce Use an item name other than item. For example using todo below:
item
todo
$for="#filteredList as todo.key"
Expected behavior Correct variable name should be used
Screenshots
Will be fixed in next release
Describe the bug The loop event handler does not use the correct item variable name when calling the
loopItemHandler_?
functionTo Reproduce Use an item name other than
item
. For example usingtodo
below:Expected behavior Correct variable name should be used
Screenshots