[WC-2703]: Popup - Add clippingStrategy #4905
Annotations
10 warnings
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
|
Lint code:
packages/pluggableWidgets/tree-node-web/src/components/hooks/lazyLoading.ts#L14
React Hook useCallback has a missing dependency: 'treeNodeBranchBody'. Either include it or remove the dependency array
|
Lint code:
packages/pluggableWidgets/tree-node-web/src/components/hooks/useAnimatedHeight.tsx#L16
React Hook useCallback has a missing dependency: 'treeNodeBranchBody'. Either include it or remove the dependency array
|
Lint code:
packages/pluggableWidgets/tree-node-web/src/components/hooks/useAnimatedHeight.tsx#L35
React Hook useCallback has a missing dependency: 'treeNodeBranchBody'. Either include it or remove the dependency array
|
Lint code:
packages/pluggableWidgets/tree-node-web/src/components/hooks/useAnimatedHeight.tsx#L40
React Hook useCallback has a missing dependency: 'treeNodeBranchBody'. Either include it 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/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/heatmap-chart-web/src/HeatMap.editorConfig.ts#L84
Missing return type on function
|
Loading