Variable: INSTANCE_ID_SYMBOL
Imported from
@react-logic/core
constINSTANCE_ID_SYMBOL: typeofINSTANCE_ID_SYMBOL
Defined in: core/src/lib/use.logic.ts:17
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.