We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056a87c commit c0cf363Copy full SHA for c0cf363
1 file changed
src/hooks/useFormPersistence.ts
@@ -1,6 +1,5 @@
1
import { useEffect, useState } from 'react';
2
import type { UseFormReturn } from 'react-hook-form';
3
-import { useEffectOnce } from 'react-use';
4
5
// フォームの情報をlocalStorageに保存して永続化する
6
export const useFormPersistence = <T>(
0 commit comments