getCurrentStore()
Return the currently active store in the nearest withStore boundary.
ts
declare function getCurrentStore(): AtomStore | undefined;Returns:The current AtomStore or undefined.
Internal-but-exported access to the current store boundary.
getCurrentStoreReturn the currently active store in the nearest withStore boundary.
declare function getCurrentStore(): AtomStore | undefined;Returns:The current AtomStore or undefined.