Skip to content

Commit

Permalink
fix: next build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeday committed Nov 22, 2024
1 parent db945c1 commit 2879add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demo-react/providers/client-config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const ClientConfigProvider = ({ children }: PropsWithChildren) => {
setLocalStorage(fullConfig);
setSavedClientConfig(fullConfig);
},
[restoredSettings, setLocalStorage],
[restoredSettings, setLocalStorage, setSavedClientConfig],
);

const contextValue = useMemo(() => {
Expand Down

0 comments on commit 2879add

Please sign in to comment.