Skip to content

bug(redux-devtools): Missing redux actions boot events #158

@dprevost-LMI

Description

@dprevost-LMI

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 needed

Rozenite Version

1.1.0

Reproduction

notneeded

Steps to reproduce

  1. use redux + redux-persist + roxenite
  2. Configure one reducer as persistence
  3. Boot the app
  4. Open the redux panel, redx-persist event action is missing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions