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
Whenever I try to update any property of one entity, store doesn't update it directly. It removes old one and then add new with updated property(basically replace it on same index). So that time of removal and addition nested list flashes because it re renders.
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
No response
Anything else?
No response
Do you want to create a pull request?
Yes
The text was updated successfully, but these errors were encountered:
Is this a regression?
Yes
Description
Whenever I try to update any property of one entity, store doesn't update it directly. It removes old one and then add new with updated property(basically replace it on same index). So that time of removal and addition nested list flashes because it re renders.
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
No response
Please provide the environment you discovered this bug in
No response
Anything else?
No response
Do you want to create a pull request?
Yes
The text was updated successfully, but these errors were encountered: