**Describe the bug** Writing into Store doesnt emit data into collected flow (reading from Store) **To Reproduce** Steps to reproduce the behavior: 1. Start collecting flow (read from Store with key X) 2. Write into Store new data with key X 3. Collected flow doesnt receive the new data 4. Start collecting flow again (read from store with key X) gives you the new data **Expected behavior** Writing into Store should emit data into collected flow. **Sample app** [Store5.zip](https://github.com/MobileNativeFoundation/Store/files/11120504/Store5.zip)