Anonymous Action doesn't work correctly inside repeater?
From the example above, the
dd will always get the same state from the first row, no matter how many we have the row in the repeater.I can confirm that the state path of that action container are the same across repeater rows. So they also share the loading state, means when an action is loading, the others are loading too.
But I have no idea to fix it.