Skip to content

Redux dev tools one step behind. #287

Closed
@tomitrescak

Description

Hi, thanks for all the amazing work! I have an issue with connecting Redux dev tools to mobx state tree. While the connection works like charm, it seem that the process is one step behind. Please check the GIF. When I switch my UI component from "signIn" view to "resend verification" it dev tools the view change is recorder as "verification -> sign in".

mobx-state-tree

This is how I initialise my store:

const state = accountStore.create();
global.__store = state;
connectReduxDevtools(require('remotedev'), state);
state.setView('signIn');
return <AccountsRoot state={state} />;

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions