add initial support for expanded mode

This commit is contained in:
Athou
2022-08-23 13:42:28 +02:00
parent 4c18ebf61a
commit a1fb5871d1
7 changed files with 83 additions and 7 deletions

View File

@@ -35,7 +35,7 @@
"react-hooks/exhaustive-deps": [
"warn",
{
"additionalHooks": "(^useAsync$)"
"additionalHooks": "(^useAsync$|useDidUpdate)"
}
],