Please provide a HOC for SessionProvider #9179
jeffreyschultz
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
ServiceProvider
. I would like to be able to access the session from the root component where I would normally add theSessionProvider
component.Non-Goals
No response
Background
Allow wrapping a component within a HOC for
ServiceProvider
. I would like to be able to access the session from the root component where I would normally add theSessionProvider
component.Proposal
Add a higher-order component for ServiceProvider.
Beta Was this translation helpful? Give feedback.
All reactions