Which area(s) of Hypercerts are affected? (leave empty if unsure)
SDK
To Reproduce
- Setup the SDK using
@hypercerts/sdk-react
- Wrap the root component with the
Provider from createAtProtoReact
- Provider needs to be client side but if client side can't access the private keys.
Describe the Bug
- If we wrap the provider to be a client side component, node functionality thats used in the sdk is not available.
- If we make the provider to be a server side component then react/next complains that it should be a client component
Expected Behavior
The Provider should work while being a client side component.
Which area(s) of Hypercerts are affected? (leave empty if unsure)
SDK
To Reproduce
@hypercerts/sdk-reactProviderfromcreateAtProtoReactDescribe the Bug
Expected Behavior
The Provider should work while being a client side component.