This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Description
I believe this is likely deliberate, but I've noticed the data field in the store is set to null when a subsequent action fails. This is problematic in scenarios where data is being updated and an update fails - in such a case it might be preferable to be able to elect to keep the data in place since it's not actually outdated (indeed the update failed).
Was this a deliberate design decision? Perhaps I'm not seeing a caveat in my logic here?