boxed expression tests #26
Annotations
10 warnings
packages/boxed-expression-component/src/expressions/ContextExpression/ContextExpression.tsx#L152
React Hook useMemo has a missing dependency: 'contextExpression.id'. Either include it or remove the dependency array
|
packages/boxed-expression-component/src/expressions/ExpressionDefinitionRoot/ExpressionDefinitionLogicTypeSelector/ExpressionDefinitionLogicTypeSelector.tsx#L344
React Hook useMemo has a missing dependency: 'isResetSupported'. Either include it or remove the dependency array
|
packages/boxed-expression-component/src/expressions/FunctionExpression/FeelFunctionExpression.tsx#L84
React Hook useMemo has a missing dependency: 'functionExpression.id'. Either include it or remove the dependency array
|
packages/boxed-expression-component/src/expressions/FunctionExpression/PmmlFunctionExpression.tsx#L110
React Hook useMemo has a missing dependency: 'functionExpression.id'. Either include it or remove the dependency array
|
packages/boxed-expression-component/src/expressions/InvocationExpression/InvocationExpression.tsx#L165
React Hook useMemo has a missing dependency: 'invocationExpression.id'. Either include it or remove the dependency array
|
packages/boxed-expression-component/src/expressions/ListExpression/ListExpression.tsx#L119
React Hook useMemo has a missing dependency: 'decisionNodeId'. Either include it or remove the dependency array
|
packages/boxed-expression-component/src/expressions/ListExpression/ListExpression.tsx#L130
React Hook useMemo has a missing dependency: 'decisionNodeId'. Either include it or remove the dependency array
|
packages/boxed-expression-component/src/expressions/LiteralExpression/LiteralExpression.tsx#L175
React Hook useMemo has missing dependencies: 'i18n.terms.copy', 'i18n.terms.cut', 'i18n.terms.paste', 'i18n.terms.reset', and 'i18n.terms.selection'. Either include them or remove the dependency array
|
packages/boxed-expression-component/src/table/BeeTable/BeeTableContextMenuHandler.tsx#L367
The 'onMinus' function makes the dependencies of useMemo Hook (at line 400) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'onMinus' in its own useCallback() Hook
|
packages/boxed-expression-component/src/table/BeeTable/BeeTableContextMenuHandler.tsx#L372
The 'onChange' function makes the dependencies of useMemo Hook (at line 400) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'onChange' in its own useCallback() Hook
|
The logs for this run have expired and are no longer available.
Loading