react-oidc-context icon indicating copy to clipboard operation
react-oidc-context copied to clipboard

Any way to have a Provider from react-redux as a child component?

Open shuhayb opened this issue 2 years ago • 2 comments

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?

shuhayb avatar Oct 12 '23 15:10 shuhayb

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.

pamapa avatar Oct 16 '23 08:10 pamapa

@shuhayb I already use Provider from react-redux as a child of AuthProvider and my application works as expected.

Screenshot 2024-05-21 at 2 03 03 PM

coder-shanks avatar May 21 '24 08:05 coder-shanks