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
Sorry for the crappy title, guess it's an edge-case;)
I have two lists using the same component. The component fires an event that invokes a method, passing the current item from the list. This method replaces an item in the list.
At the next click it gets passed the old item, if
there are 2 #eaches
both use the same alias
the method gets invoked from a component
the array-item gets replaced, not mutated
Here's a REPL that's hopefully a bit more understandable.
The text was updated successfully, but these errors were encountered:
Sorry for the crappy title, guess it's an edge-case;)
I have two lists using the same component. The component fires an event that invokes a method, passing the current item from the list. This method replaces an item in the list.
At the next click it gets passed the old item, if
Here's a REPL that's hopefully a bit more understandable.
The text was updated successfully, but these errors were encountered: