redux-devtools-inspector icon indicating copy to clipboard operation
redux-devtools-inspector copied to clipboard

Give access to `monitorState` for custom tabs components

Open zalmoxisus opened this issue 7 years ago • 0 comments

It allows submonitors in tabs to have access and update monitorState. For example redux-devtools-test-generator can persist test templates. We're not dividing them into substates, so one should do it on the submonitor side like so. It could be useful to have access to the whole monitorState, for example, for Chart tab we can switch to other tab when the node is clicked.

zalmoxisus avatar Mar 15 '17 12:03 zalmoxisus