/
githubmirror
/
react-hook-form
Обзор
Документация
Войти
/
githubmirror
/
react-hook-form
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.vscode/launch.json
15 строк
374 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
Код
Авторство
О чём код?
{ "configurations": [ { "type": "node", "name": "vscode-jest-tests", "request": "launch", "console": "integratedTerminal", "internalConsoleOptions": "neverOpen", "disableOptimisticBPs": true, "cwd": "${workspaceFolder}", "runtimeExecutable": "pnpm", "args": ["test", "--runInBand", "--watchAll=false"] } ] }