Closed github-actions[bot] closed 3 years ago
Detected 3 ESLint reports and/or crashes. Scanned 12195 repositories.
Rules:
unable-to-parse-rule-id
Detected 2 ESLint reports and/or crashes. Scanned 12314 repositories.
Rules:
unable-to-parse-rule-id
Detected 3 ESLint reports and/or crashes. Scanned 14196 repositories.
Rules:
unable-to-parse-rule-id
Detected 3 ESLint reports and/or crashes. Scanned 12724 repositories.
Rules:
unable-to-parse-rule-id
Detected 3 ESLint reports and/or crashes. Scanned 14196 repositories.
Rules:
unable-to-parse-rule-id
Detected 3 ESLint reports and/or crashes. Scanned 12507 repositories.
Rules:
unable-to-parse-rule-id
Detected 3 ESLint reports and/or crashes. Scanned 12793 repositories.
Rules:
unable-to-parse-rule-id
Detected 3 ESLint reports and/or crashes. Scanned 10520 repositories.
Rules:
unable-to-parse-rule-id
Detected 16259 ESLint reports and/or crashes. Scanned 10313 repositories.
Reached maximum result count 50. Showing 50/16259
Rules:
react-hooks/exhaustive-deps
Detected 8 ESLint reports and/or crashes. Scanned 14196 repositories.
Rules:
unable-to-parse-rule-id
Detected 7 ESLint reports and/or crashes. Scanned 11095 repositories.
Rules:
unable-to-parse-rule-id
Detected 3 ESLint reports and/or crashes. Scanned 14300 repositories.
Rules:
unable-to-parse-rule-id
Click to expand
## Rule: unable-to-parse-rule-id - Message: `Cannot read property 'type' of undefined Occurred while linting /home/runner/work/eslint-remote-tester/eslint-remote-tester/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/kubeflow/kfp-tekton-backend/frontend/src/pages/RunDetails.tsx:1061` - Path: `kubeflow/kfp-tekton-backend/frontend/src/pages/RunDetails.tsx` - [Link](https://github.com/kubeflow/kfp-tekton-backend/blob/HEAD/frontend/src/pages/RunDetails.tsx#L1061) ```tsx 1059 | const nodeCompleted: boolean = !!nodeStatus && COMPLETED_NODE_PHASES.includes(nodeStatus.phase); 1060 | > 1061 | React.useEffect(() => { 1062 | let aborted = false; 1063 | async function loadVisualizations() { 1064 | if (aborted) { ``` ``` TypeError: Cannot read property 'type' of undefined Occurred while linting /home/runner/work/eslint-remote-tester/eslint-remote-tester/ci/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/kubeflow/kfp-tekton-backend/frontend/src/pages/RunDetails.tsx:1061 at analyzePropertyChain (/home/runner/work/eslint-remote-tester/eslint-remote-tester/ci/node_modules/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js:2235:12) at analyzePropertyChain (/home/runner/work/eslint-remote-tester/eslint-remote-tester/ci/node_modules/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js:2264:20) at /home/runner/work/eslint-remote-tester/eslint-remote-tester/ci/node_modules/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js:1297:34 at Array.forEach (