不依赖外部网站访问进行安装 + 安装页版面调整 #842
Merged
Annotations
10 warnings
|
Lint:
src/pages/options/routes/script/ScriptEditor.tsx#L82
React Hook useEffect has missing dependencies: 'callbackEditor', 'hotKeys', 'node', 'onChange', and 'script'. Either include them or remove the dependency array. If 'callbackEditor' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
|
Lint:
src/pages/options/routes/Logger.tsx#L108
React Hook useEffect has missing dependencies: 'init', 'labels', and 'loggerDAO'. Either include them or remove the dependency array
|
|
Lint:
src/pages/options/routes/Logger.tsx#L79
React Hook useEffect has missing dependencies: 'defaultQuery' and 'onQueryLog'. Either include them or remove the dependency array
|
|
Lint:
src/pages/install/App.tsx#L675
React Hook useEffect has a missing dependency: 'loadURLAsync'. Either include it or remove the dependency array
|
|
Lint:
src/pages/install/App.tsx#L608
React Hook useEffect has missing dependencies: 'localFileHandle', 'scriptInfo?.uuid', 'setupWatchFile', and 'watchFile'. Either include them or remove the dependency array
|
|
Lint:
src/pages/install/App.tsx#L318
React Hook useEffect has a missing dependency: 'initAsync'. Either include it or remove the dependency array
|
|
Lint:
src/pages/confirm/App.tsx#L42
React Hook useEffect has missing dependencies: 't' and 'uuid'. Either include them or remove the dependency array
|
|
Lint:
src/pages/components/ScriptSetting/Match.tsx#L90
React Hook useEffect has a missing dependency: 'refreshMatch'. Either include it or remove the dependency array
|
|
Lint:
src/pages/components/ScriptResource/index.tsx#L43
React Hook useEffect has a missing dependency: 'resourceClient'. Either include it or remove the dependency array
|
|
Lint:
src/pages/components/CloudScriptPlan/index.tsx#L60
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array
|
Loading