You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read property 'set' of undefined
Occurred while linting <text>:69
at isConstruction (/<removed>/eslint-remote-tester/node_modules/eslint-plugin-react/lib/rules/jsx-no-constructed-context-values.js:25:41)
at isConstruction (/<removed>/eslint-remote-tester/node_modules/eslint-plugin-react/lib/rules/jsx-no-constructed-context-values.js:113:14)
at JSXOpeningElement (/<removed>/eslint-remote-tester/node_modules/eslint-plugin-react/lib/rules/jsx-no-constructed-context-values.js:179:31)
at /<removed>/eslint-remote-tester/node_modules/eslint/lib/linter/safe-emitter.js:45:58
at Array.forEach (<anonymous>)
at Object.emit (/<removed>/eslint-remote-tester/node_modules/eslint/lib/linter/safe-emitter.js:45:38)
at NodeEventGenerator.applySelector (/<removed>/eslint-remote-tester/node_modules/eslint/lib/linter/node-event-generator.js:254:26)
at NodeEventGenerator.applySelectors (/<removed>/eslint-remote-tester/node_modules/eslint/lib/linter/node-event-generator.js:283:22)
at NodeEventGenerator.enterNode (/<removed>/eslint-remote-tester/node_modules/eslint/lib/linter/node-event-generator.js:297:14)
at CodePathAnalyzer.enterNode (/<removed>/eslint-remote-tester/node_modules/eslint/lib/linter/code-path-analysis/code-path-analyzer.js:711:23)
Rule: react/jsx-handler-names
Message: Handler function for onClick prop key must be a camelCase name beginning with 'handle' only