We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9926d8d commit bbd66efCopy full SHA for bbd66ef
storybook/src/helpers/states.ts
@@ -1,5 +1,3 @@
1
import { atom } from 'jotai'
2
3
-export const googleMapsApiKeyAtom = atom(
4
- import.meta.env.STORYBOOK_GOOGLE_MAP_API_KEY ?? ''
5
-)
+export const googleMapsApiKeyAtom = atom('')
0 commit comments