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 e8af6dc commit 420b961Copy full SHA for 420b961
apps/dashboard/src/@/hooks/useLocalStorage.ts
@@ -10,7 +10,7 @@ export function useLocalStorage<TType>(
10
) {
11
const [value, _setValue] = useState<TType>(serverSideFallback);
12
13
- // FIXME: ideally we do not need localstorage like this, alernatively we move this into use-query and use-mutation to invalidate etc
+ // FIXME: ideally we do not need localstorage like this, alternatively we move this into use-query and use-mutation to invalidate etc
14
// eslint-disable-next-line no-restricted-syntax
15
useEffect(() => {
16
try {
0 commit comments