Skip to content

Commit

Permalink
Update src/devtools/useAtomsSnapshot.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mathis Møller <mmm@cryosinternational.com>
  • Loading branch information
dai-shi and Mathis Møller authored Sep 8, 2021
1 parent eba06ea commit 2e96c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devtools/useAtomsSnapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ export function useAtomsSnapshot(scope?: Scope): AtomsSnapshot {
return unsubscribe
}, [store, devStore])

return atomsSnaphost
return atomsSnapshot
}

0 comments on commit 2e96c2c

Please sign in to comment.