Hello all, i'm new to using astro so i'm attempting to understand if something is possible. I have a SDK that i am using but in order to use it I need to wrap my react component in a context provider. I haven't necessarily found a clear answer other than the statement below from the docs.
"UI frameworks like React or Vue may encourage “context” providers for other components to consume. But when partially hydrating components within Astro or Markdown, you can’t use these context wrappers."
I've attempted to do this in multiple ways within astro and see if this is feasible but so far i'm having no luck. Can someone help get me out my misery and outright tell me if this is possible.
Thanks.