Добавление хука для отлавливания кликов вне контейнера (#37)

This commit is contained in:
Nikolay
2020-12-28 14:21:40 +03:00
committed by GitHub
parent 9cb663aa65
commit 45a7694e64
2 changed files with 26 additions and 1 deletions

View File

@ -39,7 +39,7 @@
"react-hooks/exhaustive-deps": [
"warn",
{
"additionalHooks": "(useTypedQuery|useTypedParams)"
"additionalHooks": "(useEqualMemo)"
}
],
"jsx-a11y/label-has-associated-control": 0,