Searched refs:subscribeToStore (Results 1 – 4 of 4) sorted by relevance
39 subscribeToStore: (subscriber: () => void) => () => boolean;
142 subscribeToStore = (subscriber) => { field in RouterStore159 …return (0, react_1.useSyncExternalStore)(exports.store.subscribeToStore, exports.store.snapshot, e…
1 …subscribeToStore = (subscriber: () => void) => {\n this.storeSubscribers.add(subscriber);\n …
181 subscribeToStore = (subscriber: () => void) => {199 return useSyncExternalStore(store.subscribeToStore, store.snapshot, store.snapshot);