splitch

DocsSDKSDK_NOT_INITIALIZED.md

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.

Related codes