Function: subscribeToDebugStores()
function subscribeToDebugStores(args: {
countRefs: DebugStoreCountRefs;
refs: DebugStoreSubscriptionRefs;
}): void;
Defined in: src/app/debug/debugStoreSubscriptions.ts:77
Subscribe to multiple Zustand stores and log update events.
Parametersโ
argsโ
countRefsโ
refsโ
Returnsโ
void