Skip to content

Extract LiftedState directly from the extension #618

Open
reduxjs/redux-devtools
#1659
@ambientlight

Description

I am writing an integration with reductive via communicating directly through connect API.
I am able to implement most of the monitor actions, except the actions that rely on liftedState:

  • SWEEP
  • REORDER_ACTIONS
  • LOCK_CHANGES: lock-changes button will be only toggled once isLocked is set on liftedState.

for now liftedState is only passed in TOOGLE_ACTION monitor action when skipping an action.

It would be great if either there is some way to explicitly retrieve liftedState from the extension API, or maybe passing it in above-mentioned action's payload. Or maybe there is some hack for now?

I can have the corresponding liftedState on my side and update it accordingly on app and monitor actions but it feels like it should be directly available from the extension.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions