Skip to content

@uservane/react: UserVaneProviderProps

UserVaneProviderProps = object

Defined in: react/src/provider.tsx:9

optional apiBase?: string

Defined in: react/src/provider.tsx:13

API origin. Defaults inside @uservane/browser.


apiKey: string

Defined in: react/src/provider.tsx:11

Publishable key, e.g. uv_pk_live_.... Mapped to browser init({ key }).


children: ReactNode

Defined in: react/src/provider.tsx:16


optional debug?: boolean

Defined in: react/src/provider.tsx:15

When true, the browser SDK logs decision rationale; boundary logs caught render errors.