[WC-2773]: Focus lost on change #5468
Annotations
10 warnings
Lint code:
packages/pluggableWidgets/timeline-web/src/__mocks__/WebIcon.js#L1
Require statement not part of import statement
|
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/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
|
Lint code:
packages/pluggableWidgets/combobox-web/src/__mocks__/WebIcon.js#L1
Require statement not part of import statement
|
Lint code:
packages/pluggableWidgets/combobox-web/src/components/SingleSelection/SingleSelection.tsx#L47
React Hook useMemo has unnecessary dependencies: 'selector.caption.emptyCaption', 'selector.caption.formatter', 'selector.currentId', and 'selector.status'. Either exclude them or remove the dependency array
|
Lint code:
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
|
Lint code:
packages/pluggableWidgets/accessibility-helper-web/src/AccessibilityHelper.tsx#L46
React Hook useCallback has a missing dependency: 'getValueBySourceType'. Either include it or remove the dependency array. Mutable values like 'contentRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Lint code:
packages/pluggableWidgets/accessibility-helper-web/src/AccessibilityHelper.tsx#L92
React Hook useEffect has missing dependencies: 'getValueBySourceType' and 'update'. Either include them or remove the dependency array. Mutable values like 'contentRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Lint code:
packages/pluggableWidgets/tree-node-web/src/TreeNode.tsx#L30
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. If 'setTreeNodeItems' needs the current value of 'props', you can also switch to useReducer instead of useState and read 'props' in the reducer
|
Lint code:
packages/pluggableWidgets/tree-node-web/src/__mocks__/WebIcon.js#L1
Require statement not part of import statement
|
Loading