-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Describe the bug
Similar to issue #82, all Redux events fired during boot before DevTools connect are lost.
For example, on boot, since we use redux-persist, we expect to see the persist action and rehydration actions as the first events, but they are not visible because they occur too early and are lost.
Note: I'll start a PR using the event listener that queues clients' messages on boot, as done for the network activity, to fix this issue.
Although this is similar to the network plugin issue, they are not using the same architecture and therefore do not share the same root cause. Investigating...
Note: Our enterprise app has a custom way to initialize the persistor and all, troubleshooting to find a suitable repo case!
System Info
not neededRozenite Version
1.1.0
Reproduction
notneeded
Steps to reproduce
- use redux + redux-persist + roxenite
- Configure one reducer as persistence
- Boot the app
- Open the redux panel, redx-persist event action is missing
Metadata
Metadata
Assignees
Labels
No labels