We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5acd1 commit 6dc28fbCopy full SHA for 6dc28fb
1 file changed
packages/store/src/atom.ts
@@ -186,6 +186,7 @@ export function createAsyncAtom<T>(
186
* // timesTwo: 2
187
* reduxStore.dispatch(1)
188
* // timesTwo: 4
189
+ * ```
190
*/
191
export function createExternalStoreAtom<T>(
192
getSnapshot: () => T,
0 commit comments