mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Added "use client" to hooks.
This commit is contained in:
parent
400657d59e
commit
238e6efee2
33 changed files with 40 additions and 10 deletions
|
|
@ -30,6 +30,7 @@
|
|||
"rules": {
|
||||
"no-console": "error",
|
||||
"react/display-name": "off",
|
||||
"react-hooks/exhaustive-deps": "off",
|
||||
"react/react-in-jsx-scope": "off",
|
||||
"react/prop-types": "off",
|
||||
"import/no-anonymous-default-export": "off",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue