[WC-2745] rich text: multiple feedbacks fix #5188
Annotations
2 errors and 5 warnings
Run unit tests
@mendix/rich-text-web#test: command (/home/runner/work/web-widgets/web-widgets/packages/pluggableWidgets/rich-text-web) pnpm run test exited (1)
|
Run unit tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint code:
packages/pluggableWidgets/rich-text-web/src/components/Editor.tsx#L34
'tabIndex' is assigned a value but never used. Allowed unused vars must match /createElement/u
|
Lint code:
packages/pluggableWidgets/rich-text-web/src/components/EditorWrapper.tsx#L59
React Hook useMemo has missing dependencies: 'onChange' and 'onChangeType'. Either include them or remove the dependency array
|
Lint code:
packages/pluggableWidgets/rich-text-web/src/utils/formats/button.ts#L45
Missing return type on function
|
Lint code:
packages/pluggableWidgets/rich-text-web/src/utils/helpers.ts#L6
Missing return type on function
|
Loading