Skip to main content
Version: 0.1.2

Variable: INSTANCE_ID_SYMBOL

Imported from @react-logic/core

const INSTANCE_ID_SYMBOL: typeof INSTANCE_ID_SYMBOL

Symbol attached by useLogic to every constructed logic instance, holding a monotonic per-process id. Useful for correlating debug logs across the lifetime of an instance (constructor, signal updates, cleanup) since the class itself doesn't otherwise carry an identity for the same render.

Treat as read-only. Not part of stable user API; exposed for debugging.