MCPcopy Create free account
hub / github.com/formkit/formkit / clearReactiveStore

Function clearReactiveStore

packages/react/src/reactiveStore.ts:59–63  ·  view source on GitHub ↗
(target: unknown)

Source from the content-addressed store, hash-verified

57}
58
59export function clearReactiveStore(target: unknown): void {
60 const store = getReactiveStore(target)
61 if (!store) return
62 store.subscribers.clear()
63}
64
65export function subscribeReactiveStore(
66 target: unknown,

Callers 1

reactBindingsFunction · 0.90

Calls 1

getReactiveStoreFunction · 0.85

Tested by

no test coverage detected