reduxjs / redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI
http://youtube.com/watch?v=xsSnOQynTHs
MIT License
13.98k stars 1.15k forks source link

how to see store from another context using from react-redux Provider context #1561

Closed halionn closed 9 months ago

halionn commented 9 months ago

how to see store from another context using from react-redux Provider context

markerikson commented 9 months ago

Afraid this question isn't clear.

Each React useContext(MyContext) can only see values from its matching parent <MyContext.Provider>. You can't mix contexts.