react-oidc-context
react-oidc-context copied to clipboard
Any way to have a Provider from react-redux as a child component?
I am trying to put a Provider with the redux store as a child component inside the AuthProvider. This doesn't seem to be supported in this package? Is there a way to have a workaround for this?
I use the AuthProvider as child of the redux store. When you come up with a light-way fix/improvement of vice versa (redux store provider as child of AuthProvider) i would merge that feature.
@shuhayb I already use Provider from react-redux as a child of AuthProvider and my application works as expected.