Change annotation to decription #135
Annotations
9 warnings and 1 notice
run (ubuntu-latest):
packages/boxed-expression-component/src/expressions/DecisionTableExpression/DecisionTableExpression.tsx#L619
React Hook useCallback has missing dependencies: 'decisionTableExpression.parentElementId' and 'variables?.repository'. Either include them or remove the dependency array
|
run (ubuntu-latest):
packages/boxed-expression-component/src/expressions/ExpressionDefinitionRoot/ExpressionDefinitionLogicTypeSelector/ExpressionDefinitionLogicTypeSelector.tsx#L349
React Hook useMemo has a missing dependency: 'isResetSupported'. Either include it or remove the dependency array
|
run (ubuntu-latest):
packages/boxed-expression-component/src/expressions/FunctionExpression/FeelFunctionExpression.tsx#L87
React Hook useMemo has a missing dependency: 'functionExpression.id'. Either include it or remove the dependency array
|
run (ubuntu-latest):
packages/boxed-expression-component/src/expressions/FunctionExpression/PmmlFunctionExpression.tsx#L113
React Hook useMemo has a missing dependency: 'functionExpression.id'. Either include it or remove the dependency array
|
run (ubuntu-latest):
packages/boxed-expression-component/src/expressions/InvocationExpression/InvocationExpression.tsx#L180
React Hook useMemo has a missing dependency: 'invocationExpression.id'. Either include it or remove the dependency array
|
run (ubuntu-latest):
packages/boxed-expression-component/src/expressions/InvocationExpression/InvocationExpression.tsx#L240
React Hook useMemo has a missing dependency: 'invocationExpression.parentElementId'. Either include it or remove the dependency array
|
run (ubuntu-latest):
packages/boxed-expression-component/src/table/BeeTable/BeeTableHeader.tsx#L359
React Hook useCallback has a missing dependency: 'headerVisibility'. Either include it or remove the dependency array
|
run (ubuntu-latest):
packages/boxed-expression-component/src/table/BeeTable/BeeTableTh.tsx#L99
React Hook useEffect has a missing dependency: 'column.isRowIndexColumn'. Either include it or remove the dependency array
|
run (ubuntu-latest):
packages/boxed-expression-component/src/table/BeeTable/BeeTableThResizable.tsx#L170
React Hook useCallback has an unnecessary dependency: 'headerCellRef.current'. Either exclude it or remove the dependency array. Mutable values like 'headerCellRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
🎭 Playwright Run Summary
132 skipped
453 passed (12.9m)
|