You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i want to display multiple stories with addon-docs, i need to create multiple stores.
BUT "redux state" panel action send to FIRST store.
So, i cannot use "redux state" panel.
withRedux.ts
if (!initialized) {
channel.on(events.SET_STATE, state => store.dispatch(setStateAction(state)))
channel.on(events.DISPATCH, action => store.dispatch(action))
}
initialized = true
The text was updated successfully, but these errors were encountered:
If i want to display multiple stories with addon-docs, i need to create multiple stores.
BUT "redux state" panel action send to FIRST store.
So, i cannot use "redux state" panel.
withRedux.ts
The text was updated successfully, but these errors were encountered: