[WC-2763]: Improvements and file uploader module #5475
BuildJobs.yml
on: pull_request
Check SHA in GH Actions
4s
Matrix: build
Matrix: Run automated end-to-end tests
Annotations
10 warnings
Run code quality check:
packages/customWidgets/signature-web/src/components/Signature.tsx#L3
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Run code quality check:
packages/pluggableWidgets/bubble-chart-web/src/BubbleChart.tsx#L91
React Hook useCallback has missing dependencies: 'props.height', 'props.heightUnit', 'props.width', and 'props.widthUnit'. Either include them or remove the dependency array
|
Run code quality check:
packages/pluggableWidgets/datagrid-web/src/utils/useShowPagination.ts#L19
React Hook useEffect has missing dependencies: 'requestTotalCount' and 'showPagingButtonsOrRows'. Either include them or remove the dependency array
|
Run code quality check:
packages/pluggableWidgets/datagrid-web/src/utils/useShowPagination.ts#L27
React Hook useMemo has an unnecessary dependency: 'pagination'. Either exclude it or remove the dependency array
|
Run code quality check
Missing return type on function
|
Run code quality check
Missing return type on function
|
Run code quality check
Missing return type on function
|
Run code quality check
Missing return type on function
|
Run code quality check
Missing return type on function
|
Run code quality check
Missing return type on function
|