splitch

DocsSDKSDK_REACT_PROVIDER_MISSING.md

SDK_REACT_PROVIDER_MISSING

Cause

A hook from @splitch/sdk/react rendered outside SplitchProvider.

Fix

Wrap the component tree in SplitchProvider and pass the initialized browser client through its client prop.

Related codes