Missing provider
Find out how to configure the Croct provider.
If you try to use the useCroct hook outside the context of a <CroctProvider> component, you will see the error below:
Error
useCroct() can only be used in the context of a <CroctProvider> component.
This indicates that the SDK is not properly initialized. To resolve this issue, follow the steps for initializing the SDK.