SDK_NOT_INITIALIZED
Cause
A synchronous Flag read on @splitch/sdk/browser happened before init() resolved.
Fix
Await init() before the first evaluate / evaluateDetails. Reading nothing is a wiring bug, not a Default Variant.
A synchronous Flag read on @splitch/sdk/browser happened before init() resolved.
Await init() before the first evaluate / evaluateDetails. Reading nothing is a wiring bug, not a Default Variant.