We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a0baf commit dda440aCopy full SHA for dda440a
1 file changed
src/app/state/index.ts
@@ -23,7 +23,7 @@ export const chatFamily = atomFamily(
23
)
24
25
export const licenseKeyAtom = atomWithStorage('licenseKey', '', undefined, { unstable_getOnInit: true })
26
-export const sidebarCollapsedAtom = atomWithStorage('sidebarCollapsed', false)
+export const sidebarCollapsedAtom = atomWithStorage('sidebarCollapsed', false, undefined, { unstable_getOnInit: true })
27
export const themeColorAtom = atomWithStorage('themeColor', getDefaultThemeColor())
28
export const followArcThemeAtom = atomWithStorage('followArcTheme', false)
29
export const sidePanelBotAtom = atomWithStorage<BotId>('sidePanelBot', 'chatgpt')
0 commit comments