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
Describe the bug
When using the Selector of the List, the shouldUpdate Selector method returns the same previous and next values, even though the List was overwrittten by the modified version.
Expected behavior
The changes in List should return the different previous and next values, whith the changes in list
This works when adding entries to the list (the previous and next values are different):
Describe the bug
When using the Selector of the List, the shouldUpdate Selector method returns the same previous and next values, even though the List was overwrittten by the modified version.
Expected behavior
The changes in List should return the different previous and next values, whith the changes in list
This works when adding entries to the list (the previous and next values are different):
But this doesn't work when modyfying the list (previous and next are the same)
And doing this when removing the entries, also doesn't work (previous and next are the same)
Here is the Selector class from my project:
Could someone help me out?
The text was updated successfully, but these errors were encountered: