useStore
The useStore hook returns the default Store from the current Provider context (or a named Store if an Id is provided).
useStore(id?: string): Store | undefinedSince
v8.1.0
useStoreThe useStore hook returns the default Store from the current Provider context (or a named Store if an Id is provided).
useStore(id?: string): Store | undefinedv8.1.0