fix: refactor SVG icon handling logic and optimize event listener management in embed.js to support mobile browsers #16719 #12065
Annotations
10 warnings
Web style check:
web/app/(commonLayout)/app/(appDetailLayout)/[appId]/layout-main.tsx#L97
React Hook useCallback has a missing dependency: 't'. Either include it or remove the dependency array
|
Web style check:
web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/api/page.tsx#L5
'props' is defined but never used. Allowed unused args must match /^_/u
|
Web style check:
web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/layout-main.tsx#L69
'isShowTips' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Web style check:
web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/layout-main.tsx#L69
'toggleTips' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Web style check:
web/app/(commonLayout)/datasets/DatasetCard.tsx#L64
'e' is defined but never used
|
Web style check:
web/app/(commonLayout)/datasets/Datasets.tsx#L67
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
Web style check:
web/app/(commonLayout)/datasets/Datasets.tsx#L86
React Hook useEffect has a missing dependency: 'containerRef'. Either include it or remove the dependency array
|
Web style check:
web/app/(commonLayout)/datasets/create/page.tsx#L6
'props' is defined but never used. Allowed unused args must match /^_/u
|
Web style check:
web/app/(shareLayout)/webapp-signin/page.tsx#L92
React Hook useEffect has missing dependencies: 'handleSSOLogin' and 'processTokenAndRedirect'. Either include them or remove the dependency array
|
Web style check:
web/app/account/account-page/AvatarWithEdit.tsx#L90
Classname 'bg-opacity-50' should be replaced by an opacity suffix (eg. '/50')
|
Loading