/
githubmirror
/
react-hook-form
Обзор
Документация
Войти
/
githubmirror
/
react-hook-form
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.vscode/settings.json
12 строк
273 B
Jacek Tomaszewski
🐞 fix(useForm): make `values` and `defaultValues` work correctly with `createFormControl` and `useMemo` (#12675)
12 мар 2025, 09:28
Не верифицирован
12 мар 2025, 09:28
ba2df7b
Код
Авторство
О чём код?
{ "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" }, "typescript.tsdk": "node_modules/typescript/lib", "jest.jestCommandLine": "pnpm test", "jest.autoRun": { "watch": false, "onSave": "test-file", "onStartup": ["all-tests"] } }