useStream refactoring (#40)

This commit is contained in:
Kilin Mikhail
2020-12-28 20:03:06 +03:00
committed by GitHub
parent 45a7694e64
commit 5664469b55
8 changed files with 109 additions and 39 deletions

View File

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