zalmoxisus / redux-devtools-extension

Redux DevTools extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InitialState with 2 stores not working as expected

TechnicalFreak opened this issue · comments

commented

I have 2 stores .

  • Shell-App
  • Webcomponent-App

The initialstate of the shell-app is displayed in the webcomponent store in devtools.
The shell-app in devtools contains only "@@init" and state is undefined.

After dispatching an action or clicking lock and unlock in devtools, the state works correctly.