chore(release): v2.7.14 #148
Annotations
1 error and 10 warnings
test
Process completed with exit code 1.
|
lint:
src/packages/calendar/calendarviewmodeitem.taro.tsx#L308
React Hook useEffect has a missing dependency: 'initData'. Either include it or remove the dependency array
|
lint:
src/packages/calendar/calendarviewmodeitem.taro.tsx#L304
React Hook useEffect has missing dependencies: 'requestAniFrameFunc' and 'viewMode'. Either include them or remove the dependency array
|
lint:
src/packages/barrage/barrage.tsx#L83
React Hook useEffect has a missing dependency: 'run'. Either include it or remove the dependency array
|
lint:
src/packages/barrage/barrage.taro.tsx#L104
React Hook useEffect has a missing dependency: 'run'. Either include it or remove the dependency array
|
lint:
src/packages/avatarcropper/avatarcropper.tsx#L127
React Hook useMemo has a missing dependency: 'shape'. Either include it or remove the dependency array
|
lint:
src/packages/avatarcropper/avatarcropper.taro.tsx#L345
React Hook useCallback has missing dependencies: 'alipayDraw', 'canvasAll', 'showAlipayCanvas2D', 'space', 'state', and 'webDraw'. Either include them or remove the dependency array
|
lint:
src/packages/avatarcropper/avatarcropper.taro.tsx#L288
React Hook useCallback has missing dependencies: 'canvasAll.canvasId', 'state.displayHeight', and 'state.displayWidth'. Either include them or remove the dependency array
|
lint:
src/packages/avatarcropper/avatarcropper.taro.tsx#L271
React Hook useCallback has missing dependencies: 'pixelRatio' and 'space'. Either include them or remove the dependency array
|
lint:
src/packages/avatarcropper/avatarcropper.taro.tsx#L189
React Hook useMemo has a missing dependency: 'shape'. Either include it or remove the dependency array
|
lint:
src/packages/avatarcropper/avatarcropper.taro.tsx#L177
React Hook useEffect has a missing dependency: 'canvasAll'. Either include it or remove the dependency array. You can also do a functional update 'setCanvasAll(c => ...)' if you only need 'canvasAll' in the 'setCanvasAll' call
|