Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Results of weekly scheduled smoke test #3470

Closed
github-actions bot opened this issue Oct 23, 2022 · 7 comments · Fixed by #3471
Closed

Results of weekly scheduled smoke test #3470

github-actions bot opened this issue Oct 23, 2022 · 7 comments · Fixed by #3471

Comments

@github-actions
Copy link

Detected 106 ESLint reports and/or crashes.
Scanned 6418 repositories.

Reached maximum result count 50.
Showing 50/106

Rules:

  • react/sort-prop-types
Click to expand

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/cognitedata/griff-react/src/components/LineChart/index.js:365 Rule: "react/sort-prop-types"
  • Path: cognitedata/griff-react/src/components/LineChart/index.js
  • Link
  363 |   );
  364 | };
> 365 | LineChart.propTypes = propTypes;
  366 | LineChart.defaultProps = defaultProps;
  367 |
  368 | const SizedLineChart = sizeMe({ monitorHeight: true })(LineChart);
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/cognitedata/griff-react/src/components/LineChart/index.js:365
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/u-wave/react-youtube/src/index.js:242 Rule: "react/sort-prop-types"
  • Path: u-wave/react-youtube/src/index.js
  • Link
  240 |
  241 | if (process.env.NODE_ENV !== 'production') {
> 242 |   YouTube.propTypes = {
  243 |     /**
  244 |      * An 11-character string representing a YouTube video ID..
  245 |      */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/u-wave/react-youtube/src/index.js:242
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/acl-services/paprika/packages/DataField/src/components/Numeric/Numeric.js:61 Rule: "react/sort-prop-types"
  • Path: acl-services/paprika/packages/DataField/src/components/Numeric/Numeric.js
  • Link
  59 | }
  60 |
> 61 | Numeric.propTypes = {
  62 |   /**
  63 |    * The value to be localize
  64 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/acl-services/paprika/packages/DataField/src/components/Numeric/Numeric.js:61
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/acl-services/paprika/packages/ListBox/src/components/Option/Option.js:63 Rule: "react/sort-prop-types"
  • Path: acl-services/paprika/packages/ListBox/src/components/Option/Option.js
  • Link
  61 | Option.displayName = "ListBox.Option";
  62 |
> 63 | Option.propTypes = {
  64 |   /** String, number or JSX content */
  65 |   children: PropTypes.oneOfType([PropTypes.node, PropTypes.func]).isRequired,
  66 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/acl-services/paprika/packages/ListBox/src/components/Option/Option.js:63
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/acl-services/paprika/packages/ListBoxBrowser/src/ListBoxBrowser.js:340 Rule: "react/sort-prop-types"
  • Path: acl-services/paprika/packages/ListBoxBrowser/src/ListBoxBrowser.js
  • Link
  338 | ListBoxBrowser.findOption = getDataOptionByFn;
  339 |
> 340 | ListBoxBrowser.propTypes = propTypes;
  341 | ListBoxBrowser.defaultProps = defaultProps;
  342 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/acl-services/paprika/packages/ListBoxBrowser/src/ListBoxBrowser.js:340
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/stellar/js-stellar-wallets/playground/src/components/OperationViewer.js:279 Rule: "react/sort-prop-types"
  • Path: stellar/js-stellar-wallets/playground/src/components/OperationViewer.js
  • Link
  277 | };
  278 |
> 279 | OperationViewer.propTypes = {
  280 |   type: PropTypes.string.isRequired,
  281 |
  282 |   // changeTrust
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/stellar/js-stellar-wallets/playground/src/components/OperationViewer.js:279
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/quinscape/automaton-js/src/ui/AssociationSelector.js:534 Rule: "react/sort-prop-types"
  • Path: quinscape/automaton-js/src/ui/AssociationSelector.js
  • Link
  532 | });
  533 |
> 534 | AssociationSelector.propTypes = {
  535 |     /**
  536 |      * Path to use as display value for associations or render function for associations ( linkObj => ReactElement ).
  537 |      */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/quinscape/automaton-js/src/ui/AssociationSelector.js:534
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/quinscape/automaton-js/src/ui/CalendarField.js:152 Rule: "react/sort-prop-types"
  • Path: quinscape/automaton-js/src/ui/CalendarField.js
  • Link
  150 | };
  151 |
> 152 | CalendarField.propTypes = {
  153 |     /**
  154 |      * Minimum date the user can select
  155 |      */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/quinscape/automaton-js/src/ui/CalendarField.js:152
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/quinscape/automaton-js/src/ui/FKSelector.js:708 Rule: "react/sort-prop-types"
  • Path: quinscape/automaton-js/src/ui/FKSelector.js
  • Link
  706 | });
  707 |
> 708 | FKSelector.propTypes = {
  709 |     /**
  710 |      * Property to use as display value or render function for the current value  ( formConfig => ReactElement ). Can be used to extend on simple property rendering.
  711 |      */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/quinscape/automaton-js/src/ui/FKSelector.js:708
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/quinscape/automaton-js/src/ui/form/date/DateRangeField.js:158 Rule: "react/sort-prop-types"
  • Path: quinscape/automaton-js/src/ui/form/date/DateRangeField.js
  • Link
  156 | };
  157 |
> 158 | DateRangeField.propTypes = {
  159 |     /**
  160 |      * Minimum date the user can select
  161 |      */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/quinscape/automaton-js/src/ui/form/date/DateRangeField.js:158
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Khan/perseus/packages/perseus-editor/src/components/drag-target.jsx:30 Rule: "react/sort-prop-types"
  • Path: Khan/perseus/packages/perseus-editor/src/components/drag-target.jsx
  • Link
  28 | import * as React from "react";
  29 |
> 30 | const DragTarget = createReactClass({
  31 |     propTypes: {
  32 |         // All props not listed here are forwarded to the root element without
  33 |         // modification.
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Khan/perseus/packages/perseus-editor/src/components/drag-target.jsx:30
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/alleyinteractive/irving/packages/core/components/connectedProvider/index.jsx:17 Rule: "react/sort-prop-types"
  • Path: alleyinteractive/irving/packages/core/components/connectedProvider/index.jsx
  • Link
  15 | };
  16 |
> 17 | ConnectedProvider.propTypes = {
  18 |   /**
  19 |    * Provider name.
  20 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/alleyinteractive/irving/packages/core/components/connectedProvider/index.jsx:17
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/alleyinteractive/irving/packages/styled/components/hoc/withThemes.jsx:29 Rule: "react/sort-prop-types"
  • Path: alleyinteractive/irving/packages/styled/components/hoc/withThemes.jsx
  • Link
  27 |   };
  28 |
> 29 |   ThemedComponent.propTypes = {
  30 |     /**
  31 |      * Prop indicating which theme to use.
  32 |      */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/alleyinteractive/irving/packages/styled/components/hoc/withThemes.jsx:29
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/department-of-veterans-affairs/vets-website/src/platform/forms-system/src/js/components/ProgressButton.jsx:62 Rule: "react/sort-prop-types"
  • Path: department-of-veterans-affairs/vets-website/src/platform/forms-system/src/js/components/ProgressButton.jsx
  • Link
  60 | };
  61 |
> 62 | ProgressButton.propTypes = {
  63 |   // function that changes the path to the next panel or submit.
  64 |   onButtonClick: PropTypes.func,
  65 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/department-of-veterans-affairs/vets-website/src/platform/forms-system/src/js/components/ProgressButton.jsx:62
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/titipata/penn-events-calendar/gatsby_site/src/components/EventsContainer/EventItem/Components/CategoryLabel.js:62 Rule: "react/sort-prop-types"
  • Path: titipata/penn-events-calendar/gatsby_site/src/components/EventsContainer/EventItem/Components/CategoryLabel.js
  • Link
  60 | );
  61 |
> 62 | CategoryLabel.propTypes = {
  63 |   owner: PropTypes.string,
  64 |   description: PropTypes.string,
  65 |   // eventCategoryData: PropTypes.shape({
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/titipata/penn-events-calendar/gatsby_site/src/components/EventsContainer/EventItem/Components/CategoryLabel.js:62
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/titipata/penn-events-calendar/gatsby_site/src/components/EventsContainer/index.js:114 Rule: "react/sort-prop-types"
  • Path: titipata/penn-events-calendar/gatsby_site/src/components/EventsContainer/index.js
  • Link
  112 | };
  113 |
> 114 | EventsContainer.propTypes = {
  115 |   // currentPageEvents is supposed to be preprocessed already
  116 |   // including filter incomplete data out and sort by date ascendingly
  117 |   currentPageEvents: PropTypes.arrayOf(Object).isRequired,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/titipata/penn-events-calendar/gatsby_site/src/components/EventsContainer/index.js:114
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/react-bootstrap/react-bootstrap/src/OverlayTrigger.tsx:317 Rule: "react/sort-prop-types"
  • Path: react-bootstrap/react-bootstrap/src/OverlayTrigger.tsx
  • Link
  315 | }
  316 |
> 317 | OverlayTrigger.propTypes = propTypes;
  318 | OverlayTrigger.defaultProps = defaultProps;
  319 |
  320 | export default OverlayTrigger;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/react-bootstrap/react-bootstrap/src/OverlayTrigger.tsx:317
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sparcs-kaist/zabo-front-reactjs/src/components/pages/AdminPage/components/CustomButtons/Button.js:49 Rule: "react/sort-prop-types"
  • Path: sparcs-kaist/zabo-front-reactjs/src/components/pages/AdminPage/components/CustomButtons/Button.js
  • Link
  47 | }
  48 |
> 49 | RegularButton.propTypes = {
  50 |   color: PropTypes.oneOf ([
  51 |     'primary',
  52 |     'info',
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sparcs-kaist/zabo-front-reactjs/src/components/pages/AdminPage/components/CustomButtons/Button.js:49
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/mui-storyblok/mui-storyblok/src/lib/components/PageGrid/templates/GridItem/GridItem.js:100 Rule: "react/sort-prop-types"
  • Path: mui-storyblok/mui-storyblok/src/lib/components/PageGrid/templates/GridItem/GridItem.js
  • Link
   98 | export default GridItem;
   99 |
> 100 | GridItem.propTypes = {
  101 |   /**
  102 |    * storyblok multiselect of css classes
  103 |    * Mui Override or extend the styles applied to the component.
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/mui-storyblok/mui-storyblok/src/lib/components/PageGrid/templates/GridItem/GridItem.js:100
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/luisFebro/studio-love-beauty/client/src/components/ShowImgOrSpinner.js:6 Rule: "react/sort-prop-types"
  • Path: luisFebro/studio-love-beauty/client/src/components/ShowImgOrSpinner.js
  • Link
  4 | import PropTypes from 'prop-types';
  5 |
> 6 | ShowImgOrSpinner.propTypes = {
  7 |     id: PropTypes.string,
  8 |     url: PropTypes.string.isRequired,
  9 |     alt: PropTypes.string,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/luisFebro/studio-love-beauty/client/src/components/ShowImgOrSpinner.js:6
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/unfoldingWord/gitea-react-toolkit/src/components/authentication/Authentication.context.js:43 Rule: "react/sort-prop-types"
  • Path: unfoldingWord/gitea-react-toolkit/src/components/authentication/Authentication.context.js
  • Link
  41 | };
  42 |
> 43 | AuthenticationContextProvider.propTypes = {
  44 |   /** Pass a previously returned authentication object to bypass login. */
  45 |   authentication: PropTypes.shape({
  46 |     user: PropTypes.object.isRequired,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/unfoldingWord/gitea-react-toolkit/src/components/authentication/Authentication.context.js:43
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/unfoldingWord/gitea-react-toolkit/src/components/authentication/useAuthentication.js:144 Rule: "react/sort-prop-types"
  • Path: unfoldingWord/gitea-react-toolkit/src/components/authentication/useAuthentication.js
  • Link
  142 | };
  143 |
> 144 | useAuthentication.propTypes = {
  145 |   /** Pass a previously returned authentication object to bypass login. */
  146 |   authentication: PropTypes.shape({
  147 |     user: PropTypes.object.isRequired,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/unfoldingWord/gitea-react-toolkit/src/components/authentication/useAuthentication.js:144
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/skidding/illustrated-algorithms/components/page.js:153 Rule: "react/sort-prop-types"
  • Path: skidding/illustrated-algorithms/components/page.js
  • Link
  151 | }
  152 |
> 153 | Page.propTypes = {
  154 |   currentPath: PropTypes.string.isRequired,
  155 |   algorithm: PropTypes.func.isRequired,
  156 |   illustration: PropTypes.func.isRequired,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/skidding/illustrated-algorithms/components/page.js:153
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/vasilenka/cef-2019/src/components/SockyCore/SockyCore.js:268 Rule: "react/sort-prop-types"
  • Path: vasilenka/cef-2019/src/components/SockyCore/SockyCore.js
  • Link
  266 | }
  267 |
> 268 | SockyCore.propTypes = {
  269 |   style: PropTypes.object, // eslint-disable-line react/forbid-prop-types
  270 |   className: PropTypes.string,
  271 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/vasilenka/cef-2019/src/components/SockyCore/SockyCore.js:268
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Sage/carbon/src/components/select/option/option.component.js:41 Rule: "react/sort-prop-types"
  • Path: Sage/carbon/src/components/select/option/option.component.js
  • Link
  39 | );
  40 |
> 41 | Option.propTypes = {
  42 |   /** The option's visible text, displayed within Textbox of Select, and used for filtering */
  43 |   text: PropTypes.string.isRequired,
  44 |   /** Optional: alternative rendered content, displayed within SelectList of Select (eg: an icon, an image, etc) */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Sage/carbon/src/components/select/option/option.component.js:41
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Sage/carbon/src/components/show-edit-pod/show-edit-pod.component.js:207 Rule: "react/sort-prop-types"
  • Path: Sage/carbon/src/components/show-edit-pod/show-edit-pod.component.js
  • Link
  205 | };
  206 |
> 207 | ShowEditPod.propTypes = {
  208 |   ...marginPropTypes,
  209 |   /** Pod theme variant. */
  210 |   variant: PropTypes.oneOf([
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Sage/carbon/src/components/show-edit-pod/show-edit-pod.component.js:207
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Sage/carbon/src/components/tile-select/tile-select-group.component.js:63 Rule: "react/sort-prop-types"
  • Path: Sage/carbon/src/components/tile-select/tile-select-group.component.js
  • Link
  61 | };
  62 |
> 63 | TileSelectGroup.propTypes = {
  64 |   ...marginPropTypes,
  65 |   /** The TileSelect components to be rendered in the group */
  66 |   children: (props, propName, componentName) => {
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Sage/carbon/src/components/tile-select/tile-select-group.component.js:63
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/chrvadala/react-svg-pan-zoom/src/viewer.js:445 Rule: "react/sort-prop-types"
  • Path: chrvadala/react-svg-pan-zoom/src/viewer.js
  • Link
  443 | }
  444 |
> 445 | ReactSVGPanZoom.propTypes = {
  446 |   /**************************************************************************/
  447 |   /*  Viewer configuration                                                  */
  448 |   /**************************************************************************/
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/chrvadala/react-svg-pan-zoom/src/viewer.js:445
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/lightelligence-io/react/src/components/Notification/Notification.js:92 Rule: "react/sort-prop-types"
  • Path: lightelligence-io/react/src/components/Notification/Notification.js
  • Link
  90 | };
  91 |
> 92 | Notification.propTypes = {
  93 |   // TODO: oneOf Rendering is broken in guide
  94 |   // this should be should be
  95 |   /** The type of the notification. */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/lightelligence-io/react/src/components/Notification/Notification.js:92
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/auth0/cosmos/core/components/_helpers/story-stack.tsx:75 Rule: "react/sort-prop-types"
  • Path: auth0/cosmos/core/components/_helpers/story-stack.tsx
  • Link
  73 | }
  74 |
> 75 | Stack.propTypes = {
  76 |   /* internal props only used for validation */
  77 |   /* sum of width values should be 100% */
  78 |   _sum: (props) => sumOfElements(props.widths, 100),
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/auth0/cosmos/core/components/_helpers/story-stack.tsx:75
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/react-bootstrap/react-overlays/src/Overlay.tsx:157 Rule: "react/sort-prop-types"
  • Path: react-bootstrap/react-overlays/src/Overlay.tsx
  • Link
  155 | Overlay.displayName = 'Overlay';
  156 |
> 157 | Overlay.propTypes = {
  158 |   /**
  159 |    * Set the visibility of the Overlay
  160 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/react-bootstrap/react-overlays/src/Overlay.tsx:157
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/octopusthink/nautilus/src/components/ui/ComboBox/index.js:181 Rule: "react/sort-prop-types"
  • Path: octopusthink/nautilus/src/components/ui/ComboBox/index.js
  • Link
  179 | };
  180 |
> 181 | ComboBox.propTypes = {
  182 |   /** A component to place at the bottom of the option list,  */
  183 |   /** Determines whether the component shows an autocomplete interface or not. When set to true, this component will behave more like a `select` element. */
  184 |   autocomplete: PropTypes.bool,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/octopusthink/nautilus/src/components/ui/ComboBox/index.js:181
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/textkernel/oneui/src/components/Pill/Pill.js:90 Rule: "react/sort-prop-types"
  • Path: textkernel/oneui/src/components/Pill/Pill.js
  • Link
  88 | Pill.displayName = 'Pill';
  89 |
> 90 | Pill.propTypes = {
  91 |     /** The dropdown content renderer function. It is called with:
  92 |      *   * close {function} that closes the dropdown
  93 |      *   * innerPadding {string} that can be applied inside the component to set consistent padding
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/textkernel/oneui/src/components/Pill/Pill.js:90
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/textkernel/oneui/src/components/PopupBase/PopupBase.js:164 Rule: "react/sort-prop-types"
  • Path: textkernel/oneui/src/components/PopupBase/PopupBase.js
  • Link
  162 | PopupBase.displayName = 'PopupBase';
  163 |
> 164 | PopupBase.propTypes = {
  165 |     /**
  166 |      * Function, that returns an element that triggers popup.
  167 |      * It will be called with a single object as argument that contains:
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/textkernel/oneui/src/components/PopupBase/PopupBase.js:164
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/woocommerce/woocommerce-admin/packages/components/src/calendar/date-range.js:267 Rule: "react/sort-prop-types"
  • Path: woocommerce/woocommerce-admin/packages/components/src/calendar/date-range.js
  • Link
  265 | }
  266 |
> 267 | DateRange.propTypes = {
  268 | 	/**
  269 | 	 * A moment date object representing the selected start. `null` for no selection.
  270 | 	 */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/woocommerce/woocommerce-admin/packages/components/src/calendar/date-range.js:267
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/adblockradio/webplayer/src/components/MediaElement.js:189 Rule: "react/sort-prop-types"
  • Path: adblockradio/webplayer/src/components/MediaElement.js
  • Link
  187 | }
  188 |
> 189 | MediaElement.propTypes = {
  190 | 	id: PropTypes.string.isRequired,
  191 | 	//mediaType: PropTypes.string.isRequired,
  192 | 	//preload: PropTypes.string.isRequired,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/adblockradio/webplayer/src/components/MediaElement.js:189
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/ACloudGuru-Resources/course-mastering-aws-cloudformation/Ch08 - Putting it all together/frontend/src/components/ForkedMenu.js:197 Rule: "react/sort-prop-types"
  • Path: ACloudGuru-Resources/course-mastering-aws-cloudformation/Ch08 - Putting it all together/frontend/src/components/ForkedMenu.js
  • [Link](https://github.com/ACloudGuru-Resources/course-mastering-aws-cloudformation/blob/HEAD/Ch08 - Putting it all together/frontend/src/components/ForkedMenu.js)
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/ACloudGuru-Resources/course-mastering-aws-cloudformation/Ch08 - Putting it all together/frontend/src/components/ForkedMenu.js:197
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/ACloudGuru-Resources/course-mastering-aws-cloudformation/Ch08 - Putting it all together/frontend/src/components/ForkedMenuList.js:306 Rule: "react/sort-prop-types"
  • Path: ACloudGuru-Resources/course-mastering-aws-cloudformation/Ch08 - Putting it all together/frontend/src/components/ForkedMenuList.js
  • [Link](https://github.com/ACloudGuru-Resources/course-mastering-aws-cloudformation/blob/HEAD/Ch08 - Putting it all together/frontend/src/components/ForkedMenuList.js)
TypeError: Cannot read property 'st
</details>
@ljharb
Copy link
Member

ljharb commented Oct 24, 2022

cc @ROSSROSALES looks like #3452 caused this crash. I can reproduce it with the linked code, but I'm not sure of the best way to solve it. Mind taking a look?

@ROSSROSALES
Copy link
Contributor

@ljharb thanks for pinging me. I'll take a look at it.

ROSSROSALES added a commit to ROSSROSALES/eslint-plugin-react that referenced this issue Oct 24, 2022
@github-actions
Copy link
Author

Detected 199 ESLint reports and/or crashes.
Scanned 5756 repositories.

Reached maximum result count 50.
Showing 50/199

Rules:

  • react/sort-prop-types
Click to expand

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/beingtmk/nodejs-starter-kit/modules/order/client-react/containers/MyOrder.jsx:55 Rule: "react/sort-prop-types"
  • Path: beingtmk/nodejs-starter-kit/modules/order/client-react/containers/MyOrder.jsx
  • Link
  53 | };
  54 |
> 55 | MyOrders.propTypes = {
  56 |   currentUserLoading: PropTypes.bool,
  57 |   filter: PropTypes.object,
  58 |   //   updateQuery: PropTypes.func,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/beingtmk/nodejs-starter-kit/modules/order/client-react/containers/MyOrder.jsx:55
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/leadhomesa/oxygen/src/dropdown/index.js:44 Rule: "react/sort-prop-types"
  • Path: leadhomesa/oxygen/src/dropdown/index.js
  • Link
  42 | };
  43 |
> 44 | Dropdown.propTypes = {
  45 |   // This totally breaks react - [name] is undefined
  46 |   // options: PropTypes.shape({
  47 |   //   [name]: PropTypes.string
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/leadhomesa/oxygen/src/dropdown/index.js:44
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/skidding/illustrated-algorithms/components/page.js:153 Rule: "react/sort-prop-types"
  • Path: skidding/illustrated-algorithms/components/page.js
  • Link
  151 | }
  152 |
> 153 | Page.propTypes = {
  154 |   currentPath: PropTypes.string.isRequired,
  155 |   algorithm: PropTypes.func.isRequired,
  156 |   illustration: PropTypes.func.isRequired,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/skidding/illustrated-algorithms/components/page.js:153
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/atomikui/atomikui-core/src/components/form-field/FormField.jsx:135 Rule: "react/sort-prop-types"
  • Path: atomikui/atomikui-core/src/components/form-field/FormField.jsx
  • Link
  133 | );
  134 |
> 135 | FormField.propTypes = {
  136 |   /** Sets forn field with no border */
  137 |   borderless: PropTypes.bool,
  138 |   /** Specifies custom component classes. */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/atomikui/atomikui-core/src/components/form-field/FormField.jsx:135
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/atomikui/atomikui-core/src/components/statistic/Statistic.jsx:54 Rule: "react/sort-prop-types"
  • Path: atomikui/atomikui-core/src/components/statistic/Statistic.jsx
  • Link
  52 | };
  53 |
> 54 | Statistic.propTypes = {
  55 |   /** Adds custom component CSS classes */
  56 |   className: PropTypes.string,
  57 |   /** Sets layout as horizontal */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/atomikui/atomikui-core/src/components/statistic/Statistic.jsx:54
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/goblin-laboratory/reactjs-player/src/PlayerSkin/TopState/index.js:30 Rule: "react/sort-prop-types"
  • Path: goblin-laboratory/reactjs-player/src/PlayerSkin/TopState/index.js
  • Link
  28 | };
  29 |
> 30 | TopState.propTypes = {
  31 |   src: PropTypes.string.isRequired,
  32 |   loading: PropTypes.bool.isRequired,
  33 |   // duration: PropTypes.number.isRequired,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/goblin-laboratory/reactjs-player/src/PlayerSkin/TopState/index.js:30
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/goblin-laboratory/reactjs-player/src/PlayerSkin/index.js:134 Rule: "react/sort-prop-types"
  • Path: goblin-laboratory/reactjs-player/src/PlayerSkin/index.js
  • Link
  132 | };
  133 |
> 134 | PlayerSkin.propTypes = {
  135 |   live: PropTypes.bool,
  136 |   src: PropTypes.string,
  137 |   // controls: PropTypes.bool.isRequired,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/goblin-laboratory/reactjs-player/src/PlayerSkin/index.js:134
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/department-of-veterans-affairs/vets-website/src/platform/forms-system/src/js/components/ProgressButton.jsx:62 Rule: "react/sort-prop-types"
  • Path: department-of-veterans-affairs/vets-website/src/platform/forms-system/src/js/components/ProgressButton.jsx
  • Link
  60 | };
  61 |
> 62 | ProgressButton.propTypes = {
  63 |   // function that changes the path to the next panel or submit.
  64 |   onButtonClick: PropTypes.func,
  65 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/department-of-veterans-affairs/vets-website/src/platform/forms-system/src/js/components/ProgressButton.jsx:62
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/alexakasanjeev/magento_react_native/src/screens/CartScreen/CartScreen.js:129 Rule: "react/sort-prop-types"
  • Path: alexakasanjeev/magento_react_native/src/screens/CartScreen/CartScreen.js
  • Link
  127 | });
  128 |
> 129 | CartScreen.propTypes = propTypes;
  130 |
  131 | CartScreen.defaultProps = defaultProps;
  132 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/alexakasanjeev/magento_react_native/src/screens/CartScreen/CartScreen.js:129
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/boomerang-io/carbon-addons-boomerang-react/src/components/ComboBox/ComboBox.jsx:11 Rule: "react/sort-prop-types"
  • Path: boomerang-io/carbon-addons-boomerang-react/src/components/ComboBox/ComboBox.jsx
  • Link
   9 | import { ComboBox } from "@carbon/react";
  10 |
> 11 | ComboBoxComponent.propTypes = {
  12 |   /**
  13 |    * Disable the ability to clear the selection
  14 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/boomerang-io/carbon-addons-boomerang-react/src/components/ComboBox/ComboBox.jsx:11
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/boomerang-io/carbon-addons-boomerang-react/src/components/Toggle/Toggle.jsx:9 Rule: "react/sort-prop-types"
  • Path: boomerang-io/carbon-addons-boomerang-react/src/components/Toggle/Toggle.jsx
  • Link
   7 | import { prefix } from "../../internal/settings";
   8 |
>  9 | ToggleComponent.propTypes = {
  10 |   /**
  11 |    * Helper text to match other inputs
  12 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/boomerang-io/carbon-addons-boomerang-react/src/components/Toggle/Toggle.jsx:9
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/marmelab/react-admin/packages/ra-ui-materialui/src/list/List.tsx:95 Rule: "react/sort-prop-types"
  • Path: marmelab/react-admin/packages/ra-ui-materialui/src/list/List.tsx
  • Link
  93 |         ListViewProps {}
  94 |
> 95 | List.propTypes = {
  96 |     // the props you can change
  97 |     // @ts-ignore-line
  98 |     actions: PropTypes.oneOfType([PropTypes.bool, PropTypes.element]),
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/marmelab/react-admin/packages/ra-ui-materialui/src/list/List.tsx:95
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/components/FieldCurrencyInput/FieldCurrencyInput.js:279 Rule: "react/sort-prop-types"
  • Path: sharetribe/ftw-hourly/src/components/FieldCurrencyInput/FieldCurrencyInput.js
  • Link
  277 | };
  278 |
> 279 | FieldCurrencyInputComponent.propTypes = {
  280 |   rootClassName: string,
  281 |   className: string,
  282 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/components/FieldCurrencyInput/FieldCurrencyInput.js:279
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/components/FieldReviewRating/FieldReviewRating.js:107 Rule: "react/sort-prop-types"
  • Path: sharetribe/ftw-hourly/src/components/FieldReviewRating/FieldReviewRating.js
  • Link
  105 | const { string, shape, func, object } = PropTypes;
  106 |
> 107 | FieldReviewRatingComponent.propTypes = {
  108 |   rootClassName: string,
  109 |   className: string,
  110 |   id: string.isRequired,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/components/FieldReviewRating/FieldReviewRating.js:107
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/components/FieldSelect/FieldSelect.js:80 Rule: "react/sort-prop-types"
  • Path: sharetribe/ftw-hourly/src/components/FieldSelect/FieldSelect.js
  • Link
  78 | };
  79 |
> 80 | FieldSelectComponent.propTypes = {
  81 |   rootClassName: string,
  82 |   className: string,
  83 |   selectClassName: string,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/components/FieldSelect/FieldSelect.js:80
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/components/FieldTextInput/FieldTextInput.js:105 Rule: "react/sort-prop-types"
  • Path: sharetribe/ftw-hourly/src/components/FieldTextInput/FieldTextInput.js
  • Link
  103 | };
  104 |
> 105 | FieldTextInputComponent.propTypes = {
  106 |   rootClassName: string,
  107 |   className: string,
  108 |   inputRootClass: string,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/components/FieldTextInput/FieldTextInput.js:105
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/components/FieldTimeZoneSelect/FieldTimeZoneSelect.js:33 Rule: "react/sort-prop-types"
  • Path: sharetribe/ftw-hourly/src/components/FieldTimeZoneSelect/FieldTimeZoneSelect.js
  • Link
  31 | };
  32 |
> 33 | FieldTimeZoneSelect.propTypes = {
  34 |   rootClassName: string,
  35 |   className: string,
  36 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/components/FieldTimeZoneSelect/FieldTimeZoneSelect.js:33
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/components/Page/Page.js:246 Rule: "react/sort-prop-types"
  • Path: sharetribe/ftw-hourly/src/components/Page/Page.js
  • Link
  244 | };
  245 |
> 246 | PageComponent.propTypes = {
  247 |   className: string,
  248 |   rootClassName: string,
  249 |   children: any,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/components/Page/Page.js:246
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/components/SectionThumbnailLinks/SectionThumbnailLinks.js:103 Rule: "react/sort-prop-types"
  • Path: sharetribe/ftw-hourly/src/components/SectionThumbnailLinks/SectionThumbnailLinks.js
  • Link
  101 | });
  102 |
> 103 | SectionThumbnailLinks.propTypes = {
  104 |   rootClassName: string,
  105 |   className: string,
  106 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/components/SectionThumbnailLinks/SectionThumbnailLinks.js:103
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/containers/ListingPage/ListingPage.js:506 Rule: "react/sort-prop-types"
  • Path: sharetribe/ftw-hourly/src/containers/ListingPage/ListingPage.js
  • Link
  504 | };
  505 |
> 506 | ListingPageComponent.propTypes = {
  507 |   // from withRouter
  508 |   history: shape({
  509 |     push: func.isRequired,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/containers/ListingPage/ListingPage.js:506
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/containers/TransactionPage/TransactionPage.js:301 Rule: "react/sort-prop-types"
  • Path: sharetribe/ftw-hourly/src/containers/TransactionPage/TransactionPage.js
  • Link
  299 | };
  300 |
> 301 | TransactionPageComponent.propTypes = {
  302 |   params: shape({ id: string }).isRequired,
  303 |   transactionRole: oneOf([PROVIDER, CUSTOMER]).isRequired,
  304 |   currentUser: propTypes.currentUser,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/sharetribe/ftw-hourly/src/containers/TransactionPage/TransactionPage.js:301
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/IceEmblem/IEManageSystem/src/IEManageSystem.Web/ClientApp/src/Common/BaseCMSManage/ComponentContainerBoxs/index.js:226 Rule: "react/sort-prop-types"
  • Path: IceEmblem/IEManageSystem/src/IEManageSystem.Web/ClientApp/src/Common/BaseCMSManage/ComponentContainerBoxs/index.js
  • Link
  224 | }
  225 |
> 226 | ComponentContainerBox.propTypes = {
  227 |     // 如下属性由父组件传入
  228 |     sign: PropTypes.string.isRequired,
  229 |     currentPageAndPost: PropTypes.object.isRequired,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/IceEmblem/IEManageSystem/src/IEManageSystem.Web/ClientApp/src/Common/BaseCMSManage/ComponentContainerBoxs/index.js:226
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/octopusthink/nautilus/src/components/ui/ComboBox/index.js:181 Rule: "react/sort-prop-types"
  • Path: octopusthink/nautilus/src/components/ui/ComboBox/index.js
  • Link
  179 | };
  180 |
> 181 | ComboBox.propTypes = {
  182 |   /** A component to place at the bottom of the option list,  */
  183 |   /** Determines whether the component shows an autocomplete interface or not. When set to true, this component will behave more like a `select` element. */
  184 |   autocomplete: PropTypes.bool,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/octopusthink/nautilus/src/components/ui/ComboBox/index.js:181
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/webapps-ui/core-react/src/components/Dropdown/Dropdown.tsx:77 Rule: "react/sort-prop-types"
  • Path: webapps-ui/core-react/src/components/Dropdown/Dropdown.tsx
  • Link
  75 | }
  76 |
> 77 | Dropdown.propTypes = {
  78 |     children: PropTypes.node,
  79 |
  80 |     /** 是否展开 */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/webapps-ui/core-react/src/components/Dropdown/Dropdown.tsx:77
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/vtex/styleguide/react/components/AutocompleteInput/SearchInput/index.tsx:185 Rule: "react/sort-prop-types"
  • Path: vtex/styleguide/react/components/AutocompleteInput/SearchInput/index.tsx
  • Link
  183 | }
  184 |
> 185 | SearchInput.propTypes = propTypes
  186 | SearchInput.defaultProps = defaultProps
  187 |
  188 | export default SearchInput
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/vtex/styleguide/react/components/AutocompleteInput/SearchInput/index.tsx:185
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/FilipMessa/artpot/src/components/Gallery/GalleryImg.js:111 Rule: "react/sort-prop-types"
  • Path: FilipMessa/artpot/src/components/Gallery/GalleryImg.js
  • Link
  109 | }
  110 |
> 111 | GalleryImg.propTypes = {
  112 |   label: PropTypes.element,
  113 |   onClick: PropTypes.func.isRequired,
  114 |   // TODO improve PropTypes
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/FilipMessa/artpot/src/components/Gallery/GalleryImg.js:111
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/AutocompleteInput.jsx:571 Rule: "react/sort-prop-types"
  • Path: collectionspace/cspace-input.js/src/components/AutocompleteInput.jsx
  • Link
  569 | }
  570 |
> 571 | AutocompleteInput.propTypes = propTypes;
  572 | AutocompleteInput.defaultProps = defaultProps;
  573 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/AutocompleteInput.jsx:571
Rule: "react/sort-prop-types"
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:194:57)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)
    at report (/github/workspace/lib/util/report.js:7:11)
    at /github/workspace/lib/rules/sort-prop-types.js:181:13
    at Array.reduce (<anonymous>)
    at checkSorted (/github/workspace/lib/rules/sort-prop-types.js:125:20)
    at checkNode (/github/workspace/lib/rules/sort-prop-types.js:201:13)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/ChooserInput.jsx:168 Rule: "react/sort-prop-types"
  • Path: collectionspace/cspace-input.js/src/components/ChooserInput.jsx
  • Link
  166 | }
  167 |
> 168 | ChooserInput.propTypes = propTypes;
  169 | ChooserInput.defaultProps = defaultProps;
  170 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/ChooserInput.jsx:168
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/CustomCompoundInput.jsx:128 Rule: "react/sort-prop-types"
  • Path: collectionspace/cspace-input.js/src/components/CustomCompoundInput.jsx
  • Link
  126 | }
  127 |
> 128 | CustomCompoundInput.propTypes = propTypes;
  129 | CustomCompoundInput.defaultProps = defaultProps;
  130 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/CustomCompoundInput.jsx:128
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/DateTimeInput.jsx:46 Rule: "react/sort-prop-types"
  • Path: collectionspace/cspace-input.js/src/components/DateTimeInput.jsx
  • Link
  44 | }
  45 |
> 46 | DateTimeInput.propTypes = propTypes;
  47 | DateTimeInput.defaultProps = defaultProps;
  48 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/DateTimeInput.jsx:46
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/DropdownInput.jsx:369 Rule: "react/sort-prop-types"
  • Path: collectionspace/cspace-input.js/src/components/DropdownInput.jsx
  • Link
  367 | }
  368 |
> 369 | DropdownInput.propTypes = propTypes;
  370 | DropdownInput.defaultProps = defaultProps;
  371 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/DropdownInput.jsx:369
Rule: "react/sort-prop-types"
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:194:57)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)
    at report (/github/workspace/lib/util/report.js:7:11)
    at /github/workspace/lib/rules/sort-prop-types.js:181:13
    at Array.reduce (<anonymous>)
    at checkSorted (/github/workspace/lib/rules/sort-prop-types.js:125:20)
    at checkNode (/github/workspace/lib/rules/sort-prop-types.js:201:13)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/DropdownMenuInput.jsx:299 Rule: "react/sort-prop-types"
  • Path: collectionspace/cspace-input.js/src/components/DropdownMenuInput.jsx
  • Link
  297 | }
  298 |
> 299 | DropdownMenuInput.propTypes = propTypes;
  300 | DropdownMenuInput.defaultProps = defaultProps;
  301 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/DropdownMenuInput.jsx:299
Rule: "react/sort-prop-types"
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:194:57)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)
    at report (/github/workspace/lib/util/report.js:7:11)
    at /github/workspace/lib/rules/sort-prop-types.js:181:13
    at Array.reduce (<anonymous>)
    at checkSorted (/github/workspace/lib/rules/sort-prop-types.js:125:20)
    at checkNode (/github/workspace/lib/rules/sort-prop-types.js:201:13)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/FilteringDropdownMenuInput.jsx:314 Rule: "react/sort-prop-types"
  • Path: collectionspace/cspace-input.js/src/components/FilteringDropdownMenuInput.jsx
  • Link
  312 | }
  313 |
> 314 | FilteringDropdownMenuInput.propTypes = propTypes;
  315 | FilteringDropdownMenuInput.defaultProps = defaultProps;
  316 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/FilteringDropdownMenuInput.jsx:314
Rule: "react/sort-prop-types"
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:194:57)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)
    at report (/github/workspace/lib/util/report.js:7:11)
    at /github/workspace/lib/rules/sort-prop-types.js:181:13
    at Array.reduce (<anonymous>)
    at checkSorted (/github/workspace/lib/rules/sort-prop-types.js:125:20)
    at checkNode (/github/workspace/lib/rules/sort-prop-types.js:201:13)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/IDGeneratorInput.jsx:191 Rule: "react/sort-prop-types"
  • Path: collectionspace/cspace-input.js/src/components/IDGeneratorInput.jsx
  • Link
  189 | }
  190 |
> 191 | IDGeneratorInput.propTypes = propTypes;
  192 | IDGeneratorInput.defaultProps = defaultProps;
  193 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/IDGeneratorInput.jsx:191
Rule: "react/sort-prop-types"
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:194:57)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)
    at report (/github/workspace/lib/util/report.js:7:11)
    at /github/workspace/lib/rules/sort-prop-types.js:181:13
    at Array.reduce (<anonymous>)
    at checkSorted (/github/workspace/lib/rules/sort-prop-types.js:125:20)
    at checkNode (/github/workspace/lib/rules/sort-prop-types.js:201:13)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/TabularCompoundInput.jsx:84 Rule: "react/sort-prop-types"
  • Path: collectionspace/cspace-input.js/src/components/TabularCompoundInput.jsx
  • Link
  82 | }
  83 |
> 84 | TabularCompoundInput.propTypes = propTypes;
  85 | TabularCompoundInput.defaultProps = defaultProps;
  86 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/TabularCompoundInput.jsx:84
Rule: "react/sort-prop-types"
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:194:57)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)
    at report (/github/workspace/lib/util/report.js:7:11)
    at /github/workspace/lib/rules/sort-prop-types.js:181:13
    at Array.reduce (<anonymous>)
    at checkSorted (/github/workspace/lib/rules/sort-prop-types.js:125:20)
    at checkNode (/github/workspace/lib/rules/sort-prop-types.js:201:13)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/TermPickerInput.jsx:94 Rule: "react/sort-prop-types"
  • Path: collectionspace/cspace-input.js/src/components/TermPickerInput.jsx
  • Link
  92 | }
  93 |
> 94 | TermPickerInput.propTypes = propTypes;
  95 | TermPickerInput.defaultProps = defaultProps;
  96 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/components/TermPickerInput.jsx:94
Rule: "react/sort-prop-types"
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:194:57)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)
    at report (/github/workspace/lib/util/report.js:7:11)
    at /github/workspace/lib/rules/sort-prop-types.js:181:13
    at Array.reduce (<anonymous>)
    at checkSorted (/github/workspace/lib/rules/sort-prop-types.js:125:20)
    at checkNode (/github/workspace/lib/rules/sort-prop-types.js:201:13)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/enhancers/committable.jsx:113 Rule: "react/sort-prop-types"
  • Path: collectionspace/cspace-input.js/src/enhancers/committable.jsx
  • Link
  111 |   }
  112 |
> 113 |   Committable.propTypes = propTypes;
  114 |   Committable.defaultProps = defaultProps;
  115 |   Committable.displayName = `committable(${baseComponentName})`;
  116 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/enhancers/committable.jsx:113
Rule: "react/sort-prop-types"
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:194:57)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)
    at report (/github/workspace/lib/util/report.js:7:11)
    at /github/workspace/lib/rules/sort-prop-types.js:181:13
    at Array.reduce (<anonymous>)
    at checkSorted (/github/workspace/lib/rules/sort-prop-types.js:125:20)
    at checkNode (/github/workspace/lib/rules/sort-prop-types.js:201:13)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/enhancers/withNormalizedOptions.jsx:63 Rule: "react/sort-prop-types"
  • Path: collectionspace/cspace-input.js/src/enhancers/withNormalizedOptions.jsx
  • Link
  61 |   }
  62 |
> 63 |   WithNormalizedOptions.propTypes = propTypes;
  64 |   WithNormalizedOptions.defaultProps = defaultProps;
  65 |   WithNormalizedOptions.displayName = `withNormalizedOptions(${baseComponentName})`;
  66 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/collectionspace/cspace-input.js/src/enhancers/withNormalizedOptions.jsx:63
Rule: "react/sort-prop-types"
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:194:57)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/gi
</details>

@github-actions
Copy link
Author

github-actions bot commented Nov 6, 2022

Detected 74 ESLint reports and/or crashes.
Scanned 4670 repositories.

Reached maximum result count 50.
Showing 50/74

Rules:

  • react/sort-prop-types
Click to expand

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/adblockradio/webplayer/src/components/MediaElement.js:189 Rule: "react/sort-prop-types"
  • Path: adblockradio/webplayer/src/components/MediaElement.js
  • Link
  187 | }
  188 |
> 189 | MediaElement.propTypes = {
  190 | 	id: PropTypes.string.isRequired,
  191 | 	//mediaType: PropTypes.string.isRequired,
  192 | 	//preload: PropTypes.string.isRequired,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/adblockradio/webplayer/src/components/MediaElement.js:189
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/webapps-ui/core-react/src/components/Dropdown/Dropdown.tsx:77 Rule: "react/sort-prop-types"
  • Path: webapps-ui/core-react/src/components/Dropdown/Dropdown.tsx
  • Link
  75 | }
  76 |
> 77 | Dropdown.propTypes = {
  78 |     children: PropTypes.node,
  79 |
  80 |     /** 是否展开 */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/webapps-ui/core-react/src/components/Dropdown/Dropdown.tsx:77
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/u-wave/react-dailymotion/src/index.js:164 Rule: "react/sort-prop-types"
  • Path: u-wave/react-dailymotion/src/index.js
  • Link
  162 | }
  163 |
> 164 | Dailymotion.propTypes = {
  165 |   /**
  166 |    * A string representing a video ID  of the form xID (e.g. xwr14q) for
  167 |    * public-accessible videos or kID (e.g. kABCD1234) for private-accessible
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/u-wave/react-dailymotion/src/index.js:164
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/FileInput/FileInput.js:108 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/FileInput/FileInput.js
  • Link
  106 | export default FileInput;
  107 |
> 108 | FileInput.propTypes = {
  109 |   acceptFileTypes: PropTypes.arrayOf(PropTypes.string),
  110 |   /**
  111 |    * REACT FINAL FORM PROPS
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/FileInput/FileInput.js:108
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/HTMLCheckbox/HTMLCheckbox.js:58 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/HTMLCheckbox/HTMLCheckbox.js
  • Link
  56 | export default HTMLCheckbox;
  57 |
> 58 | HTMLCheckbox.propTypes = {
  59 |   /**
  60 |    * props to pass to react final form field in call back have access to field as first arg
  61 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/HTMLCheckbox/HTMLCheckbox.js:58
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/HTMLInput/HTMLInput.js:61 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/HTMLInput/HTMLInput.js
  • Link
  59 | export default HTMLInput;
  60 |
> 61 | HTMLInput.propTypes = {
  62 |   /**
  63 |    * label for input
  64 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/HTMLInput/HTMLInput.js:61
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/HTMLRadio/HTMLRadio.js:62 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/HTMLRadio/HTMLRadio.js
  • Link
  60 | export default HTMLRadio;
  61 |
> 62 | HTMLRadio.propTypes = {
  63 |   /**
  64 |    * props to pass to react final form field in call back have access to field as first arg
  65 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/HTMLRadio/HTMLRadio.js:62
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/HTMLSelect/HTMLSelect.js:57 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/HTMLSelect/HTMLSelect.js
  • Link
  55 | export default HTMLSelect;
  56 |
> 57 | HTMLSelect.propTypes = {
  58 |   /**
  59 |    * props to pass to react final form field in call back have access to field as first arg
  60 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/HTMLSelect/HTMLSelect.js:57
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiCheckbox/MuiCheckbox.js:82 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/MuiCheckbox/MuiCheckbox.js
  • Link
  80 | export default MuiCheckbox;
  81 |
> 82 | MuiCheckbox.propTypes = {
  83 |   /**
  84 |    * props to pass to react final form field in call back have access to field as first arg
  85 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiCheckbox/MuiCheckbox.js:82
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiCurrencyInput/MuiCurrencyInput.js:111 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/MuiCurrencyInput/MuiCurrencyInput.js
  • Link
  109 | export default MuiCurrencyInput;
  110 |
> 111 | MuiCurrencyInput.propTypes = {
  112 |   /**
  113 |    * props to pass to react final form field in call back have access to field as first arg
  114 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiCurrencyInput/MuiCurrencyInput.js:111
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiInput/MuiInput.js:94 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/MuiInput/MuiInput.js
  • Link
  92 | export default MuiInput;
  93 |
> 94 | MuiInput.propTypes = {
  95 |   /**
  96 |    * props to pass to react final form field in call back have access to field as first arg
  97 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiInput/MuiInput.js:94
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiRadio/MuiRadio.js:85 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/MuiRadio/MuiRadio.js
  • Link
  83 | export default MuiRadio;
  84 |
> 85 | MuiRadio.propTypes = {
  86 |   /**
  87 |    * props to pass to react final form field in call back have access to field as first arg
  88 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiRadio/MuiRadio.js:85
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiSelect/MuiSelect.js:81 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/MuiSelect/MuiSelect.js
  • Link
  79 | export default MuiSelect;
  80 |
> 81 | MuiSelect.propTypes = {
  82 |   /**
  83 |    * props to pass to react final form field in call back have access to field as first arg
  84 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiSelect/MuiSelect.js:81
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiSelect/components/Select/Select.js:81 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/MuiSelect/components/Select/Select.js
  • Link
  79 | export default Select;
  80 |
> 81 | Select.propTypes = {
  82 |   // passed down from RFFField
  83 |   field: PropTypes.shape({
  84 |     input: PropTypes.shape({
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiSelect/components/Select/Select.js:81
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/RFFField/RFFField.js:76 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/RFFField/RFFField.js
  • Link
  74 | export default RFFField;
  75 |
> 76 | RFFField.propTypes = {
  77 |   value: PropTypes.node,
  78 |   /**
  79 |      * callback that will pass field as the first arg to set name values or any other prop
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/RFFField/RFFField.js:76
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/TelephoneInput/TelephoneInput.js:54 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/TelephoneInput/TelephoneInput.js
  • Link
  52 | export default TelephoneInput;
  53 |
> 54 | TelephoneInput.propTypes = {
  55 |   defaultCountry: PropTypes.string,
  56 |   initialPhoneValue: PropTypes.string,
  57 |   /**
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/TelephoneInput/TelephoneInput.js:54
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/vtex/styleguide/react/components/AutocompleteInput/SearchInput/index.tsx:185 Rule: "react/sort-prop-types"
  • Path: vtex/styleguide/react/components/AutocompleteInput/SearchInput/index.tsx
  • Link
  183 | }
  184 |
> 185 | SearchInput.propTypes = propTypes
  186 | SearchInput.defaultProps = defaultProps
  187 |
  188 | export default SearchInput
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/vtex/styleguide/react/components/AutocompleteInput/SearchInput/index.tsx:185
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/PolyCortex/polydodo/web/src/components/d3component_scrollytelling.js:22 Rule: "react/sort-prop-types"
  • Path: PolyCortex/polydodo/web/src/components/d3component_scrollytelling.js
  • Link
  20 | };
  21 |
> 22 | D3ComponentScrollyTelling.propTypes = {
  23 |   callback: PropTypes.func.isRequired,
  24 |   isInitialized: PropTypes.bool,
  25 |   setIsInitialized: PropTypes.func,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/PolyCortex/polydodo/web/src/components/d3component_scrollytelling.js:22
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/koldy/ui/src/components/Table/Cell.js:86 Rule: "react/sort-prop-types"
  • Path: koldy/ui/src/components/Table/Cell.js
  • Link
  84 | };
  85 |
> 86 | Cell.propTypes = {
  87 | 	children: PropTypes.node,
  88 | 	onClick: PropTypes.func,
  89 | 	onDoubleClick: PropTypes.func,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/koldy/ui/src/components/Table/Cell.js:86
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/AudiusProject/audius-client/packages/web/src/components/image-selection/ImageSelectionButton.js:115 Rule: "react/sort-prop-types"
  • Path: AudiusProject/audius-client/packages/web/src/components/image-selection/ImageSelectionButton.js
  • Link
  113 | }
  114 |
> 115 | ImageSelectionButton.propTypes = {
  116 |   wrapperClassName: PropTypes.string,
  117 |   buttonClassName: PropTypes.string,
  118 |   hasImage: PropTypes.bool.isRequired,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/AudiusProject/audius-client/packages/web/src/components/image-selection/ImageSelectionButton.js:115
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/AudiusProject/audius-client/packages/web/src/components/page/Page.js:171 Rule: "react/sort-prop-types"
  • Path: AudiusProject/audius-client/packages/web/src/components/page/Page.js
  • Link
  169 | }
  170 |
> 171 | Page.propTypes = {
  172 |   title: PropTypes.string,
  173 |   description: PropTypes.string,
  174 |   canonicalUrl: PropTypes.string,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/AudiusProject/audius-client/packages/web/src/components/page/Page.js:171
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/AudiusProject/audius-client/packages/web/src/components/upload/UploadChip.js:62 Rule: "react/sort-prop-types"
  • Path: AudiusProject/audius-client/packages/web/src/components/upload/UploadChip.js
  • Link
  60 | }
  61 |
> 62 | UploadChip.propTypes = {
  63 |   type: PropTypes.oneOf(['track', 'album', 'playlist']).isRequired,
  64 |   // nav: For display in a nav-like column
  65 |   // card: Looks like a 'Card'
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/AudiusProject/audius-client/packages/web/src/components/upload/UploadChip.js:62
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/OHIF/react-viewerbase/src/components/overlayTrigger/OverlayTrigger.js:327 Rule: "react/sort-prop-types"
  • Path: OHIF/react-viewerbase/src/components/overlayTrigger/OverlayTrigger.js
  • Link
  325 | }
  326 |
> 327 | OverlayTrigger.propTypes = propTypes;
  328 | OverlayTrigger.defaultProps = defaultProps;
  329 |
  330 | export { OverlayTrigger };
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/OHIF/react-viewerbase/src/components/overlayTrigger/OverlayTrigger.js:327
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/motor-js/motor-ui/src/lib/components/Area/Area.jsx:43 Rule: "react/sort-prop-types"
  • Path: motor-js/motor-ui/src/lib/components/Area/Area.jsx
  • Link
  41 | });
  42 |
> 43 | Area.propTypes = {
  44 |   /** cols from Qlik Data Model to render in the Area  */
  45 |   cols: PropTypes.array.isRequired,
  46 |   /** Calc condition for the chart  */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/motor-js/motor-ui/src/lib/components/Area/Area.jsx:43
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/motor-js/motor-ui/src/lib/components/Bar/Bar.jsx:45 Rule: "react/sort-prop-types"
  • Path: motor-js/motor-ui/src/lib/components/Bar/Bar.jsx
  • Link
  43 | });
  44 |
> 45 | Bar.propTypes = {
  46 |   /** cols from Qlik Data Model to render in the Bar  */
  47 |   cols: PropTypes.array.isRequired,
  48 |   /** Calc condition for the chart  */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/motor-js/motor-ui/src/lib/components/Bar/Bar.jsx:45
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/motor-js/motor-ui/src/lib/components/Combo/Combo.jsx:43 Rule: "react/sort-prop-types"
  • Path: motor-js/motor-ui/src/lib/components/Combo/Combo.jsx
  • Link
  41 | });
  42 |
> 43 | Combo.propTypes = {
  44 |   /** cols from Qlik Data Model to render in the Combo  */
  45 |   cols: PropTypes.array.isRequired,
  46 |   /** Calc condition for the chart  */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/motor-js/motor-ui/src/lib/components/Combo/Combo.jsx:43
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/motor-js/motor-ui/src/lib/components/Line/Line.jsx:43 Rule: "react/sort-prop-types"
  • Path: motor-js/motor-ui/src/lib/components/Line/Line.jsx
  • Link
  41 | });
  42 |
> 43 | Line.propTypes = {
  44 |   /** cols from Qlik Data Model to render in the Line  */
  45 |   cols: PropTypes.array.isRequired,
  46 |   /** Calc condition for the chart  */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/motor-js/motor-ui/src/lib/components/Line/Line.jsx:43
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/motor-js/motor-ui/src/lib/components/Scatter/Scatter.jsx:48 Rule: "react/sort-prop-types"
  • Path: motor-js/motor-ui/src/lib/components/Scatter/Scatter.jsx
  • Link
  46 | });
  47 |
> 48 | Scatter.propTypes = {
  49 |   /** cols from Qlik Data Model to render in the Scatter  */
  50 |   cols: PropTypes.array.isRequired,
  51 |   /** Calc condition for the chart  */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/motor-js/motor-ui/src/lib/components/Scatter/Scatter.jsx:48
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/motor-js/motor-ui/src/lib/components/XYChart/XYChart.jsx:73 Rule: "react/sort-prop-types"
  • Path: motor-js/motor-ui/src/lib/components/XYChart/XYChart.jsx
  • Link
  71 | });
  72 |
> 73 | XYChart.propTypes = {
  74 |   /** cols from Qlik Data Model to render in the Bar  */
  75 |   cols: PropTypes.array.isRequired,
  76 |   /** Calc condition for the chart  */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/motor-js/motor-ui/src/lib/components/XYChart/XYChart.jsx:73
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/FilipMessa/artpot/src/components/Gallery/GalleryImg.js:111 Rule: "react/sort-prop-types"
  • Path: FilipMessa/artpot/src/components/Gallery/GalleryImg.js
  • Link
  109 | }
  110 |
> 111 | GalleryImg.propTypes = {
  112 |   label: PropTypes.element,
  113 |   onClick: PropTypes.func.isRequired,
  114 |   // TODO improve PropTypes
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/FilipMessa/artpot/src/components/Gallery/GalleryImg.js:111
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/stellar/js-stellar-wallets/playground/src/components/OperationViewer.js:279 Rule: "react/sort-prop-types"
  • Path: stellar/js-stellar-wallets/playground/src/components/OperationViewer.js
  • Link
  277 | };
  278 |
> 279 | OperationViewer.propTypes = {
  280 |   type: PropTypes.string.isRequired,
  281 |
  282 |   // changeTrust
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/stellar/js-stellar-wallets/playground/src/components/OperationViewer.js:279
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/DropdownButton.js:44 Rule: "react/sort-prop-types"
  • Path: Talend/ui/fork/react-bootstrap/src/DropdownButton.js
  • Link
  42 | }
  43 |
> 44 | DropdownButton.propTypes = propTypes;
  45 |
  46 | export default DropdownButton;
  47 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/DropdownButton.js:44
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/NavDropdown.js:93 Rule: "react/sort-prop-types"
  • Path: Talend/ui/fork/react-bootstrap/src/NavDropdown.js
  • Link
  91 | }
  92 |
> 93 | NavDropdown.propTypes = propTypes;
  94 |
  95 | export default NavDropdown;
  96 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/NavDropdown.js:93
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/OverlayTrigger.js:321 Rule: "react/sort-prop-types"
  • Path: Talend/ui/fork/react-bootstrap/src/OverlayTrigger.js
  • Link
  319 | }
  320 |
> 321 | OverlayTrigger.propTypes = propTypes;
  322 | OverlayTrigger.defaultProps = defaultProps;
  323 |
  324 | export default OverlayTrigger;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/OverlayTrigger.js:321
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/SplitButton.js:71 Rule: "react/sort-prop-types"
  • Path: Talend/ui/fork/react-bootstrap/src/SplitButton.js
  • Link
  69 | }
  70 |
> 71 | SplitButton.propTypes = propTypes;
  72 |
  73 | SplitButton.Toggle = SplitToggle;
  74 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/SplitButton.js:71
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/OverlayTrigger/OverlayTrigger.forked.js:298 Rule: "react/sort-prop-types"
  • Path: Talend/ui/packages/components/src/OverlayTrigger/OverlayTrigger.forked.js
  • Link
  296 | }
  297 |
> 298 | OverlayTrigger.propTypes = propTypes;
  299 | OverlayTrigger.defaultProps = defaultProps;
  300 | OverlayTrigger.displayName = 'OverlayTriggerForked';
  301 | export default OverlayTrigger;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/OverlayTrigger/OverlayTrigger.forked.js:298
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleInput.component.js:61 Rule: "react/sort-prop-types"
  • Path: Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleInput.component.js
  • Link
  59 | }
  60 |
> 61 | CellTitleInput.propTypes = {
  62 | 	/** The id prefix. */
  63 | 	id: PropTypes.string,
  64 | 	/** The input value. */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleInput.component.js:61
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleSelector.component.js:65 Rule: "react/sort-prop-types"
  • Path: Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleSelector.component.js
  • Link
  63 | }
  64 |
> 65 | CellTitleSelector.propTypes = {
  66 | 	/** The id prefix. */
  67 | 	id: PropTypes.string,
  68 | 	/** The input value. */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleSelector.component.js:65
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/goblin-laboratory/reactjs-player/src/PlayerSkin/TopState/index.js:30 Rule: "react/sort-prop-types"
  • Path: goblin-laboratory/reactjs-player/src/PlayerSkin/TopState/index.js

@github-actions
Copy link
Author

Detected 175 ESLint reports and/or crashes.
Scanned 6841 repositories.

Reached maximum result count 50.
Showing 50/175

Rules:

  • react/sort-prop-types
Click to expand

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/getredash/redash/client/app/components/SelectItemsDialog.jsx:167 Rule: "react/sort-prop-types"
  • Path: getredash/redash/client/app/components/SelectItemsDialog.jsx
  • Link
  165 | }
  166 |
> 167 | SelectItemsDialog.propTypes = {
  168 |   dialog: DialogPropType.isRequired,
  169 |   dialogTitle: PropTypes.string,
  170 |   inputPlaceholder: PropTypes.string,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/getredash/redash/client/app/components/SelectItemsDialog.jsx:167
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/titipata/penn-events-calendar/gatsby_site/src/components/EventsContainer/EventItem/Components/CategoryLabel.js:62 Rule: "react/sort-prop-types"
  • Path: titipata/penn-events-calendar/gatsby_site/src/components/EventsContainer/EventItem/Components/CategoryLabel.js
  • Link
  60 | );
  61 |
> 62 | CategoryLabel.propTypes = {
  63 |   owner: PropTypes.string,
  64 |   description: PropTypes.string,
  65 |   // eventCategoryData: PropTypes.shape({
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/titipata/penn-events-calendar/gatsby_site/src/components/EventsContainer/EventItem/Components/CategoryLabel.js:62
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/titipata/penn-events-calendar/gatsby_site/src/components/EventsContainer/index.js:114 Rule: "react/sort-prop-types"
  • Path: titipata/penn-events-calendar/gatsby_site/src/components/EventsContainer/index.js
  • Link
  112 | };
  113 |
> 114 | EventsContainer.propTypes = {
  115 |   // currentPageEvents is supposed to be preprocessed already
  116 |   // including filter incomplete data out and sort by date ascendingly
  117 |   currentPageEvents: PropTypes.arrayOf(Object).isRequired,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/titipata/penn-events-calendar/gatsby_site/src/components/EventsContainer/index.js:114
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/microsoft/react-native-windows/packages/@office-iss/react-native-win32/src/Libraries/Components/EnterString.win32.tsx:51 Rule: "react/sort-prop-types"
  • Path: microsoft/react-native-windows/packages/@office-iss/react-native-win32/src/Libraries/Components/EnterString.win32.tsx
  • Link
  49 |
  50 |  // TODO figure out how to get a real type here
> 51 |   public static propTypes: any = {
  52 |     // React.ValidationMap<IEnterStringNativeProps> = {
  53 |     // ...View.propTypes,
  54 |     /**
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/microsoft/react-native-windows/packages/@office-iss/react-native-win32/src/Libraries/Components/EnterString.win32.tsx:51
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/DropdownButton.js:44 Rule: "react/sort-prop-types"
  • Path: Talend/ui/fork/react-bootstrap/src/DropdownButton.js
  • Link
  42 | }
  43 |
> 44 | DropdownButton.propTypes = propTypes;
  45 |
  46 | export default DropdownButton;
  47 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/DropdownButton.js:44
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/NavDropdown.js:93 Rule: "react/sort-prop-types"
  • Path: Talend/ui/fork/react-bootstrap/src/NavDropdown.js
  • Link
  91 | }
  92 |
> 93 | NavDropdown.propTypes = propTypes;
  94 |
  95 | export default NavDropdown;
  96 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/NavDropdown.js:93
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/OverlayTrigger.js:321 Rule: "react/sort-prop-types"
  • Path: Talend/ui/fork/react-bootstrap/src/OverlayTrigger.js
  • Link
  319 | }
  320 |
> 321 | OverlayTrigger.propTypes = propTypes;
  322 | OverlayTrigger.defaultProps = defaultProps;
  323 |
  324 | export default OverlayTrigger;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/OverlayTrigger.js:321
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/SplitButton.js:71 Rule: "react/sort-prop-types"
  • Path: Talend/ui/fork/react-bootstrap/src/SplitButton.js
  • Link
  69 | }
  70 |
> 71 | SplitButton.propTypes = propTypes;
  72 |
  73 | SplitButton.Toggle = SplitToggle;
  74 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/SplitButton.js:71
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/OverlayTrigger/OverlayTrigger.forked.js:298 Rule: "react/sort-prop-types"
  • Path: Talend/ui/packages/components/src/OverlayTrigger/OverlayTrigger.forked.js
  • Link
  296 | }
  297 |
> 298 | OverlayTrigger.propTypes = propTypes;
  299 | OverlayTrigger.defaultProps = defaultProps;
  300 | OverlayTrigger.displayName = 'OverlayTriggerForked';
  301 | export default OverlayTrigger;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/OverlayTrigger/OverlayTrigger.forked.js:298
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleInput.component.js:61 Rule: "react/sort-prop-types"
  • Path: Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleInput.component.js
  • Link
  59 | }
  60 |
> 61 | CellTitleInput.propTypes = {
  62 | 	/** The id prefix. */
  63 | 	id: PropTypes.string,
  64 | 	/** The input value. */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleInput.component.js:61
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleSelector.component.js:65 Rule: "react/sort-prop-types"
  • Path: Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleSelector.component.js
  • Link
  63 | }
  64 |
> 65 | CellTitleSelector.propTypes = {
  66 | 	/** The id prefix. */
  67 | 	id: PropTypes.string,
  68 | 	/** The input value. */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleSelector.component.js:65
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/AdamArthurF/Curriculum-Vitae/src/App.js:90 Rule: "react/sort-prop-types"
  • Path: AdamArthurF/Curriculum-Vitae/src/App.js
  • Link
  88 | ]);
  89 |
> 90 | Col.propTypes = {
  91 |     xs: columnProps,
  92 |     sm: columnProps,
  93 |     md: columnProps,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/AdamArthurF/Curriculum-Vitae/src/App.js:90
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/atomikui/atomikui-core/src/components/form-field/FormField.jsx:135 Rule: "react/sort-prop-types"
  • Path: atomikui/atomikui-core/src/components/form-field/FormField.jsx
  • Link
  133 | );
  134 |
> 135 | FormField.propTypes = {
  136 |   /** Sets forn field with no border */
  137 |   borderless: PropTypes.bool,
  138 |   /** Specifies custom component classes. */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/atomikui/atomikui-core/src/components/form-field/FormField.jsx:135
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/atomikui/atomikui-core/src/components/statistic/Statistic.jsx:54 Rule: "react/sort-prop-types"
  • Path: atomikui/atomikui-core/src/components/statistic/Statistic.jsx
  • Link
  52 | };
  53 |
> 54 | Statistic.propTypes = {
  55 |   /** Adds custom component CSS classes */
  56 |   className: PropTypes.string,
  57 |   /** Sets layout as horizontal */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/atomikui/atomikui-core/src/components/statistic/Statistic.jsx:54
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/SubstraFoundation/substra-ui/src/components/searchBar/overrides/textField.js:43 Rule: "react/sort-prop-types"
  • Path: SubstraFoundation/substra-ui/src/components/searchBar/overrides/textField.js
  • Link
  41 | }
  42 |
> 43 | TextField.propTypes = {
  44 |     /**
  45 |      * @ignore
  46 |      */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/SubstraFoundation/substra-ui/src/components/searchBar/overrides/textField.js:43
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/binary-com/deriv-app/packages/core/src/App/Containers/Layout/header/default-header.jsx:195 Rule: "react/sort-prop-types"
  • Path: binary-com/deriv-app/packages/core/src/App/Containers/Layout/header/default-header.jsx
  • Link
  193 | };
  194 |
> 195 | DefaultHeader.propTypes = {
  196 |     acc_switcher_disabled_message: PropTypes.string,
  197 |     account_type: PropTypes.string,
  198 |     should_allow_authentication: PropTypes.bool,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/binary-com/deriv-app/packages/core/src/App/Containers/Layout/header/default-header.jsx:195
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/GMOD/jbrowse-components/plugins/lollipop/src/LollipopRenderer/components/Lollipop.js:185 Rule: "react/sort-prop-types"
  • Path: GMOD/jbrowse-components/plugins/lollipop/src/LollipopRenderer/components/Lollipop.js
  • Link
  183 |   )
  184 | }
> 185 | Lollipop.propTypes = {
  186 |   feature: ReactPropTypes.shape({
  187 |     id: ReactPropTypes.func.isRequired,
  188 |     get: ReactPropTypes.func.isRequired,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/GMOD/jbrowse-components/plugins/lollipop/src/LollipopRenderer/components/Lollipop.js:185
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/GMOD/jbrowse-components/plugins/lollipop/src/LollipopRenderer/components/Stick.js:34 Rule: "react/sort-prop-types"
  • Path: GMOD/jbrowse-components/plugins/lollipop/src/LollipopRenderer/components/Stick.js
  • Link
  32 |   )
  33 | }
> 34 | Stick.propTypes = {
  35 |   feature: ReactPropTypes.shape({
  36 |     id: ReactPropTypes.func.isRequired,
  37 |     get: ReactPropTypes.func.isRequired,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/GMOD/jbrowse-components/plugins/lollipop/src/LollipopRenderer/components/Stick.js:34
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/vasilenka/cef-2019/src/components/SockyCore/SockyCore.js:268 Rule: "react/sort-prop-types"
  • Path: vasilenka/cef-2019/src/components/SockyCore/SockyCore.js
  • Link
  266 | }
  267 |
> 268 | SockyCore.propTypes = {
  269 |   style: PropTypes.object, // eslint-disable-line react/forbid-prop-types
  270 |   className: PropTypes.string,
  271 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/vasilenka/cef-2019/src/components/SockyCore/SockyCore.js:268
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Accordion/Accordion.js:148 Rule: "react/sort-prop-types"
  • Path: Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Accordion/Accordion.js
  • Link
  146 | });
  147 |
> 148 | Accordion.propTypes = {
  149 |   // ----------------------------- Warning --------------------------------
  150 |   // | These PropTypes are generated from the TypeScript type definitions |
  151 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Accordion/Accordion.js:148
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/AccordionActions/AccordionActions.js:34 Rule: "react/sort-prop-types"
  • Path: Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/AccordionActions/AccordionActions.js
  • Link
  32 | });
  33 |
> 34 | AccordionActions.propTypes = {
  35 |   // ----------------------------- Warning --------------------------------
  36 |   // | These PropTypes are generated from the TypeScript type definitions |
  37 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/AccordionActions/AccordionActions.js:34
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/AccordionDetails/AccordionDetails.js:20 Rule: "react/sort-prop-types"
  • Path: Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/AccordionDetails/AccordionDetails.js
  • Link
  18 | });
  19 |
> 20 | AccordionDetails.propTypes = {
  21 |   // ----------------------------- Warning --------------------------------
  22 |   // | These PropTypes are generated from the TypeScript type definitions |
  23 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/AccordionDetails/AccordionDetails.js:20
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/AccordionSummary/AccordionSummary.js:149 Rule: "react/sort-prop-types"
  • Path: Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/AccordionSummary/AccordionSummary.js
  • Link
  147 | });
  148 |
> 149 | AccordionSummary.propTypes = {
  150 |   // ----------------------------- Warning --------------------------------
  151 |   // | These PropTypes are generated from the TypeScript type definitions |
  152 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/AccordionSummary/AccordionSummary.js:149
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/AppBar/AppBar.js:106 Rule: "react/sort-prop-types"
  • Path: Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/AppBar/AppBar.js
  • Link
  104 | });
  105 |
> 106 | AppBar.propTypes = {
  107 |   // ----------------------------- Warning --------------------------------
  108 |   // | These PropTypes are generated from the TypeScript type definitions |
  109 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/AppBar/AppBar.js:106
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Avatar/Avatar.js:154 Rule: "react/sort-prop-types"
  • Path: Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Avatar/Avatar.js
  • Link
  152 | });
  153 |
> 154 | Avatar.propTypes = {
  155 |   // ----------------------------- Warning --------------------------------
  156 |   // | These PropTypes are generated from the TypeScript type definitions |
  157 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Avatar/Avatar.js:154
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Backdrop/Backdrop.js:62 Rule: "react/sort-prop-types"
  • Path: Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Backdrop/Backdrop.js
  • Link
  60 | });
  61 |
> 62 | Backdrop.propTypes = {
  63 |   // ----------------------------- Warning --------------------------------
  64 |   // | These PropTypes are generated from the TypeScript type definitions |
  65 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Backdrop/Backdrop.js:62
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Badge/Badge.js:214 Rule: "react/sort-prop-types"
  • Path: Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Badge/Badge.js
  • Link
  212 | });
  213 |
> 214 | Badge.propTypes = {
  215 |   // ----------------------------- Warning --------------------------------
  216 |   // | These PropTypes are generated from the TypeScript type definitions |
  217 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Badge/Badge.js:214
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/BottomNavigation/BottomNavigation.js:60 Rule: "react/sort-prop-types"
  • Path: Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/BottomNavigation/BottomNavigation.js
  • Link
  58 | });
  59 |
> 60 | BottomNavigation.propTypes = {
  61 |   // ----------------------------- Warning --------------------------------
  62 |   // | These PropTypes are generated from the TypeScript type definitions |
  63 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/BottomNavigation/BottomNavigation.js:60
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/BottomNavigationAction/BottomNavigationAction.js:110 Rule: "react/sort-prop-types"
  • Path: Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/BottomNavigationAction/BottomNavigationAction.js
  • Link
  108 | });
  109 |
> 110 | BottomNavigationAction.propTypes = {
  111 |   // ----------------------------- Warning --------------------------------
  112 |   // | These PropTypes are generated from the TypeScript type definitions |
  113 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/BottomNavigationAction/BottomNavigationAction.js:110
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Breadcrumbs/Breadcrumbs.js:140 Rule: "react/sort-prop-types"
  • Path: Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Breadcrumbs/Breadcrumbs.js
  • Link
  138 | });
  139 |
> 140 | Breadcrumbs.propTypes = {
  141 |   // ----------------------------- Warning --------------------------------
  142 |   // | These PropTypes are generated from the TypeScript type definitions |
  143 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Breadcrumbs/Breadcrumbs.js:140
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Button/Button.js:333 Rule: "react/sort-prop-types"
  • Path: Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Button/Button.js
  • Link
  331 | });
  332 |
> 333 | Button.propTypes = {
  334 |   // ----------------------------- Warning --------------------------------
  335 |   // | These PropTypes are generated from the TypeScript type definitions |
  336 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Button/Button.js:333
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/ButtonBase/ButtonBase.js:342 Rule: "react/sort-prop-types"
  • Path: Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/ButtonBase/ButtonBase.js
  • Link
  340 | });
  341 |
> 342 | ButtonBase.propTypes = {
  343 |   // ----------------------------- Warning --------------------------------
  344 |   // | These PropTypes are generated from the TypeScript type definitions |
  345 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/ButtonBase/ButtonBase.js:342
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/ButtonGroup/ButtonGroup.js:239 Rule: "react/sort-prop-types"
  • Path: Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/ButtonGroup/ButtonGroup.js
  • Link
  237 | });
  238 |
> 239 | ButtonGroup.propTypes = {
  240 |   // ----------------------------- Warning --------------------------------
  241 |   // | These PropTypes are generated from the TypeScript type definitions |
  242 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/ButtonGroup/ButtonGroup.js:239
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Card/Card.js:27 Rule: "react/sort-prop-types"
  • Path: Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Card/Card.js
  • Link
  25 | });
  26 |
> 27 | Card.propTypes = {
  28 |   // ----------------------------- Warning --------------------------------
  29 |   // | These PropTypes are generated from the TypeScript type definitions |
  30 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/Card/Card.js:27
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/CardActionArea/CardActionArea.js:56 Rule: "react/sort-prop-types"
  • Path: Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/CardActionArea/CardActionArea.js
  • Link
  54 | });
  55 |
> 56 | CardActionArea.propTypes = {
  57 |   // ----------------------------- Warning --------------------------------
  58 |   // | These PropTypes are generated from the TypeScript type definitions |
  59 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Pycomet/escrow-service-bot/static/bower_components/material-ui/packages/material-ui/src/CardActionArea/CardActionArea.js:56
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<
</details>

ljharb pushed a commit to ROSSROSALES/eslint-plugin-react that referenced this issue Nov 16, 2022
ROSSROSALES added a commit to ROSSROSALES/eslint-plugin-react that referenced this issue Nov 16, 2022
@github-actions
Copy link
Author

Detected 205 ESLint reports and/or crashes.
Scanned 4479 repositories.

Reached maximum result count 50.
Showing 50/205

Rules:

  • react/sort-prop-types
Click to expand

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/skidding/illustrated-algorithms/components/page.js:153 Rule: "react/sort-prop-types"
  • Path: skidding/illustrated-algorithms/components/page.js
  • Link
  151 | }
  152 |
> 153 | Page.propTypes = {
  154 |   currentPath: PropTypes.string.isRequired,
  155 |   algorithm: PropTypes.func.isRequired,
  156 |   illustration: PropTypes.func.isRequired,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/skidding/illustrated-algorithms/components/page.js:153
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Button/Button.jsx:96 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Button/Button.jsx
  • Link
  94 | });
  95 |
> 96 | Button.propTypes = propTypes;
  97 | Button.defaultProps = defaultProps;
  98 |
  99 | export default Button;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Button/Button.jsx:96
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Card/CardRangePicker.jsx:127 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Card/CardRangePicker.jsx
  • Link
  125 | };
  126 |
> 127 | CardRangePicker.propTypes = CardRangePickerPropTypes;
  128 | CardRangePicker.defaultProps = defaultProps;
  129 | export default CardRangePicker;
  130 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Card/CardRangePicker.jsx:127
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/CardCodeEditor/CardCodeEditor.jsx:193 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/CardCodeEditor/CardCodeEditor.jsx
  • Link
  191 | };
  192 |
> 193 | CardCodeEditor.propTypes = propTypes;
  194 | CardCodeEditor.defaultProps = defaultProps;
  195 | export default CardCodeEditor;
  196 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/CardCodeEditor/CardCodeEditor.jsx:193
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/CardEditor/CardEditForm/CardEditForm.jsx:206 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/CardEditor/CardEditForm/CardEditForm.jsx
  • Link
  204 | };
  205 |
> 206 | CardEditForm.propTypes = propTypes;
  207 | CardEditForm.defaultProps = defaultProps;
  208 |
  209 | export default CardEditForm;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/CardEditor/CardEditForm/CardEditForm.jsx:206
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ColorDropdown/ColorDropdown.jsx:153 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ColorDropdown/ColorDropdown.jsx
  • Link
  151 | };
  152 |
> 153 | ColorDropdown.propTypes = propTypes;
  154 | ColorDropdown.defaultProps = defaultProps;
  155 |
  156 | export default ColorDropdown;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ColorDropdown/ColorDropdown.jsx:153
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ComboBox/ComboBox.jsx:287 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ComboBox/ComboBox.jsx
  • Link
  285 | );
  286 |
> 287 | ComboBox.propTypes = propTypes;
  288 | ComboBox.defaultProps = defaultProps;
  289 |
  290 | export default ComboBox;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ComboBox/ComboBox.jsx:287
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ComposedModal/ComposedModal.jsx:283 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ComposedModal/ComposedModal.jsx
  • Link
  281 | };
  282 |
> 283 | ComposedModal.propTypes = ComposedModalPropTypes;
  284 | ComposedModal.defaultProps = defaultProps;
  285 | export default ComposedModal;
  286 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ComposedModal/ComposedModal.jsx:283
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Dashboard/Dashboard.jsx:409 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Dashboard/Dashboard.jsx
  • Link
  407 | };
  408 |
> 409 | Dashboard.propTypes = propTypes;
  410 | Dashboard.defaultProps = defaultProps;
  411 |
  412 | export default Dashboard;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Dashboard/Dashboard.jsx:409
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/DashboardEditor/DashboardEditorHeader/DashboardEditorHeader.jsx:334 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/DashboardEditor/DashboardEditorHeader/DashboardEditorHeader.jsx
  • Link
  332 |
  333 | DashboardEditorHeader.defaultProps = defaultProps;
> 334 | DashboardEditorHeader.propTypes = propTypes;
  335 |
  336 | export default DashboardEditorHeader;
  337 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/DashboardEditor/DashboardEditorHeader/DashboardEditorHeader.jsx:334
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Dropdown/Dropdown.jsx:184 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Dropdown/Dropdown.jsx
  • Link
  182 | };
  183 |
> 184 | Dropdown.propTypes = propTypes;
  185 | Dropdown.defaultProps = defaultPropTypes;
  186 |
  187 | export default Dropdown;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Dropdown/Dropdown.jsx:184
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/FilterTags/FilterTags.jsx:166 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/FilterTags/FilterTags.jsx
  • Link
  164 | };
  165 |
> 166 | FilterTags.propTypes = propTypes;
  167 | FilterTags.defaultProps = defaultProps;
  168 | export default FilterTags;
  169 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/FilterTags/FilterTags.jsx:166
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Header/Header.jsx:159 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Header/Header.jsx
  • Link
  157 | };
  158 |
> 159 | Header.propTypes = propTypes;
  160 | Header.defaultProps = defaultProps;
  161 |
  162 | export default Header;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Header/Header.jsx:159
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/IconDropdown/IconDropdown.jsx:287 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/IconDropdown/IconDropdown.jsx
  • Link
  285 | };
  286 |
> 287 | IconDropdown.propTypes = propTypes;
  288 | IconDropdown.defaultProps = defaultPropTypes;
  289 |
  290 | export default IconDropdown;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/IconDropdown/IconDropdown.jsx:287
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ImageCard/ImageHotspots.jsx:980 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ImageCard/ImageHotspots.jsx
  • Link
  978 | };
  979 |
> 980 | ImageHotspots.propTypes = propTypes;
  981 | ImageHotspots.defaultProps = defaultProps;
  982 |
  983 | export default ImageHotspots;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ImageCard/ImageHotspots.jsx:980
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ImageGalleryModal/ImageGalleryModal.jsx:271 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ImageGalleryModal/ImageGalleryModal.jsx
  • Link
  269 | };
  270 |
> 271 | ImageGalleryModal.propTypes = propTypes;
  272 | ImageGalleryModal.defaultProps = defaultProps;
  273 |
  274 | export default ImageGalleryModal;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ImageGalleryModal/ImageGalleryModal.jsx:271
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/List/VirtualListContent/VirtualListContent.jsx:499 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/List/VirtualListContent/VirtualListContent.jsx
  • Link
  497 | };
  498 |
> 499 | VirtualListContent.propTypes = propTypes;
  500 | VirtualListContent.defaultProps = defaultProps;
  501 |
  502 | export default VirtualListContent;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/List/VirtualListContent/VirtualListContent.jsx:499
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ListBuilder/ListBuilder.jsx:507 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ListBuilder/ListBuilder.jsx
  • Link
  505 | };
  506 |
> 507 | ListBuilder.propTypes = propTypes;
  508 | ListBuilder.defaultProps = defaultProps;
  509 | export default ListBuilder;
  510 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ListBuilder/ListBuilder.jsx:507
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ListCard/ListCard.jsx:114 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ListCard/ListCard.jsx
  • Link
  112 | };
  113 |
> 114 | ListCard.propTypes = {
  115 |   ...CardPropTypes,
  116 |   data: PropTypes.arrayOf(
  117 |     PropTypes.shape({
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/ListCard/ListCard.jsx:114
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Page/PageHero.jsx:160 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Page/PageHero.jsx
  • Link
  158 | };
  159 |
> 160 | PageHero.propTypes = propTypes;
  161 | PageHero.defaultProps = defaultProps;
  162 |
  163 | export default PageHero;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Page/PageHero.jsx:160
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/RuleBuilder/RuleBuilder.jsx:468 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/RuleBuilder/RuleBuilder.jsx
  • Link
  466 | };
  467 |
> 468 | RuleBuilder.propTypes = propTypes;
  469 | RuleBuilder.defaultProps = defaultProps;
  470 |
  471 | export default RuleBuilder;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/RuleBuilder/RuleBuilder.jsx:468
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/RuleBuilder/RuleBuilderHeader.jsx:95 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/RuleBuilder/RuleBuilderHeader.jsx
  • Link
  93 |
  94 | RuleBuilderHeader.defaultProps = defaultProps;
> 95 | RuleBuilderHeader.propTypes = propTypes;
  96 | export default RuleBuilderHeader;
  97 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/RuleBuilder/RuleBuilderHeader.jsx:95
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/SelectUsersModal/SelectUsersModal.jsx:298 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/SelectUsersModal/SelectUsersModal.jsx
  • Link
  296 | };
  297 |
> 298 | SelectUsersModal.propTypes = propTypes;
  299 | SelectUsersModal.defaultProps = defaultProps;
  300 |
  301 | export default SelectUsersModal;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/SelectUsersModal/SelectUsersModal.jsx:298
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/SimpleIconDropdown/SimpleIconDropdown.jsx:99 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/SimpleIconDropdown/SimpleIconDropdown.jsx
  • Link
   97 | };
   98 |
>  99 | SimpleIconDropdown.propTypes = propTypes;
  100 | SimpleIconDropdown.defaultProps = defaultProps;
  101 |
  102 | export default SimpleIconDropdown;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/SimpleIconDropdown/SimpleIconDropdown.jsx:99
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/SuiteHeader/SuiteHeader.jsx:578 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/SuiteHeader/SuiteHeader.jsx
  • Link
  576 |
  577 | SuiteHeader.defaultProps = defaultProps;
> 578 | SuiteHeader.propTypes = propTypes;
  579 |
  580 | SuiteHeader.ROUTE_TYPES = SUITE_HEADER_ROUTE_TYPES;
  581 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/SuiteHeader/SuiteHeader.jsx:578
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/EmptyTable/EmptyTable.jsx:101 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/EmptyTable/EmptyTable.jsx
  • Link
   99 | );
  100 |
> 101 | EmptyTable.propTypes = propTypes;
  102 | EmptyTable.defaultProps = defaultProps;
  103 |
  104 | export default EmptyTable;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/EmptyTable/EmptyTable.jsx:101
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/ErrorTable/ErrorTable.jsx:78 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/ErrorTable/ErrorTable.jsx
  • Link
  76 | );
  77 |
> 78 | ErrorTable.propTypes = propTypes;
  79 | ErrorTable.defaultProps = defaultProps;
  80 |
  81 | export default ErrorTable;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/ErrorTable/ErrorTable.jsx:78
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/Pagination.jsx:51 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/Pagination.jsx
  • Link
  49 | };
  50 |
> 51 | SizedPagination.propTypes = {
  52 |   isItemPerPageHidden: PropTypes.bool,
  53 |   // It is currently not possible to completely disable the carbon pagination
  54 |   // therefor we use this prop to combine disable and hiding of controls.
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/Pagination.jsx:51
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableBody/TableBody.jsx:314 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableBody/TableBody.jsx
  • Link
  312 | };
  313 |
> 314 | TableBody.propTypes = propTypes;
  315 | TableBody.defaultProps = defaultProps;
  316 |
  317 | export default TableBody;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableBody/TableBody.jsx:314
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableHead/TableHead.jsx:701 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableHead/TableHead.jsx
  • Link
  699 | };
  700 |
> 701 | TableHead.propTypes = propTypes;
  702 | TableHead.defaultProps = defaultProps;
  703 |
  704 | export default TableHead;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableHead/TableHead.jsx:701
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableManageViewsModal/TableManageViewsList.jsx:160 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableManageViewsModal/TableManageViewsList.jsx
  • Link
  158 | };
  159 |
> 160 | TableManageViewsList.propTypes = propTypes;
  161 | TableManageViewsList.defaultProps = defaultProps;
  162 |
  163 | export default TableManageViewsList;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableManageViewsModal/TableManageViewsList.jsx:160
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableManageViewsModal/TableManageViewsModal.jsx:255 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableManageViewsModal/TableManageViewsModal.jsx
  • Link
  253 | };
  254 |
> 255 | TableManageViewsModal.propTypes = propTypes;
  256 | TableManageViewsModal.defaultProps = defaultProps;
  257 | export default TableManageViewsModal;
  258 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableManageViewsModal/TableManageViewsModal.jsx:255
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableSkeletonWithHeaders/TableSkeletonWithHeaders.jsx:103 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableSkeletonWithHeaders/TableSkeletonWithHeaders.jsx
  • Link
  101 | };
  102 |
> 103 | TableSkeletonWithHeaders.propTypes = propTypes;
  104 | TableSkeletonWithHeaders.defaultProps = defaultProps;
  105 |
  106 | export default TableSkeletonWithHeaders;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableSkeletonWithHeaders/TableSkeletonWithHeaders.jsx:103
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableToolbar/TableToolbar.jsx:641 Rule: "react/sort-prop-types"
  • Path: carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableToolbar/TableToolbar.jsx
  • Link
  639 | };
  640 |
> 641 | TableToolbar.propTypes = propTypes;
  642 | TableToolbar.defaultProps = defaultProps;
  643 |
  644 | export default TableToolbar;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/carbon-design-system/carbon-addons-iot-react/packages/react/src/components/Table/TableToolbar/TableToolbar.jsx:641
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/factn/resilience-landing-page/src/components/creative-tim/CustomFileInput/CustomFileInput.js:104 Rule: "react/sort-prop-types"
  • Path: factn/resilience-landing-page/src/components/creative-tim/CustomFileInput/CustomFileInput.js
  • Link
  102 | };
  103 |
> 104 | CustomFileInput.propTypes = {
  105 |   id: PropTypes.string,
  106 |   endButton: PropTypes.object,
  107 |   startButton: PropTypes.object,
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/factn/resilience-landing-page/src/components/creative-tim/CustomFileInput/CustomFileInput.js:104
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/wor
</details>

ROSSROSALES added a commit to ROSSROSALES/eslint-plugin-react that referenced this issue Nov 26, 2022
@github-actions
Copy link
Author

Detected 330 ESLint reports and/or crashes.
Scanned 5059 repositories.

Reached maximum result count 50.
Showing 50/330

Rules:

  • react/sort-prop-types
Click to expand

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/FilipMessa/artpot/src/components/Gallery/GalleryImg.js:111 Rule: "react/sort-prop-types"
  • Path: FilipMessa/artpot/src/components/Gallery/GalleryImg.js
  • Link
  109 | }
  110 |
> 111 | GalleryImg.propTypes = {
  112 |   label: PropTypes.element,
  113 |   onClick: PropTypes.func.isRequired,
  114 |   // TODO improve PropTypes
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/FilipMessa/artpot/src/components/Gallery/GalleryImg.js:111
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/FileInput/FileInput.js:108 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/FileInput/FileInput.js
  • Link
  106 | export default FileInput;
  107 |
> 108 | FileInput.propTypes = {
  109 |   acceptFileTypes: PropTypes.arrayOf(PropTypes.string),
  110 |   /**
  111 |    * REACT FINAL FORM PROPS
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/FileInput/FileInput.js:108
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/HTMLCheckbox/HTMLCheckbox.js:58 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/HTMLCheckbox/HTMLCheckbox.js
  • Link
  56 | export default HTMLCheckbox;
  57 |
> 58 | HTMLCheckbox.propTypes = {
  59 |   /**
  60 |    * props to pass to react final form field in call back have access to field as first arg
  61 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/HTMLCheckbox/HTMLCheckbox.js:58
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/HTMLInput/HTMLInput.js:61 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/HTMLInput/HTMLInput.js
  • Link
  59 | export default HTMLInput;
  60 |
> 61 | HTMLInput.propTypes = {
  62 |   /**
  63 |    * label for input
  64 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/HTMLInput/HTMLInput.js:61
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/HTMLRadio/HTMLRadio.js:62 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/HTMLRadio/HTMLRadio.js
  • Link
  60 | export default HTMLRadio;
  61 |
> 62 | HTMLRadio.propTypes = {
  63 |   /**
  64 |    * props to pass to react final form field in call back have access to field as first arg
  65 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/HTMLRadio/HTMLRadio.js:62
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/HTMLSelect/HTMLSelect.js:57 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/HTMLSelect/HTMLSelect.js
  • Link
  55 | export default HTMLSelect;
  56 |
> 57 | HTMLSelect.propTypes = {
  58 |   /**
  59 |    * props to pass to react final form field in call back have access to field as first arg
  60 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/HTMLSelect/HTMLSelect.js:57
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiCheckbox/MuiCheckbox.js:82 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/MuiCheckbox/MuiCheckbox.js
  • Link
  80 | export default MuiCheckbox;
  81 |
> 82 | MuiCheckbox.propTypes = {
  83 |   /**
  84 |    * props to pass to react final form field in call back have access to field as first arg
  85 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiCheckbox/MuiCheckbox.js:82
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiCurrencyInput/MuiCurrencyInput.js:111 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/MuiCurrencyInput/MuiCurrencyInput.js
  • Link
  109 | export default MuiCurrencyInput;
  110 |
> 111 | MuiCurrencyInput.propTypes = {
  112 |   /**
  113 |    * props to pass to react final form field in call back have access to field as first arg
  114 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiCurrencyInput/MuiCurrencyInput.js:111
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiInput/MuiInput.js:94 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/MuiInput/MuiInput.js
  • Link
  92 | export default MuiInput;
  93 |
> 94 | MuiInput.propTypes = {
  95 |   /**
  96 |    * props to pass to react final form field in call back have access to field as first arg
  97 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiInput/MuiInput.js:94
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiRadio/MuiRadio.js:85 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/MuiRadio/MuiRadio.js
  • Link
  83 | export default MuiRadio;
  84 |
> 85 | MuiRadio.propTypes = {
  86 |   /**
  87 |    * props to pass to react final form field in call back have access to field as first arg
  88 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiRadio/MuiRadio.js:85
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiSelect/MuiSelect.js:81 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/MuiSelect/MuiSelect.js
  • Link
  79 | export default MuiSelect;
  80 |
> 81 | MuiSelect.propTypes = {
  82 |   /**
  83 |    * props to pass to react final form field in call back have access to field as first arg
  84 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiSelect/MuiSelect.js:81
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiSelect/components/Select/Select.js:81 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/MuiSelect/components/Select/Select.js
  • Link
  79 | export default Select;
  80 |
> 81 | Select.propTypes = {
  82 |   // passed down from RFFField
  83 |   field: PropTypes.shape({
  84 |     input: PropTypes.shape({
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/MuiSelect/components/Select/Select.js:81
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/RFFField/RFFField.js:76 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/RFFField/RFFField.js
  • Link
  74 | export default RFFField;
  75 |
> 76 | RFFField.propTypes = {
  77 |   value: PropTypes.node,
  78 |   /**
  79 |      * callback that will pass field as the first arg to set name values or any other prop
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/RFFField/RFFField.js:76
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/TelephoneInput/TelephoneInput.js:54 Rule: "react/sort-prop-types"
  • Path: apjames93/rff-wrapper/src/lib/components/TelephoneInput/TelephoneInput.js
  • Link
  52 | export default TelephoneInput;
  53 |
> 54 | TelephoneInput.propTypes = {
  55 |   defaultCountry: PropTypes.string,
  56 |   initialPhoneValue: PropTypes.string,
  57 |   /**
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/apjames93/rff-wrapper/src/lib/components/TelephoneInput/TelephoneInput.js:54
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/alleyinteractive/irving/packages/core/components/connectedProvider/index.jsx:17 Rule: "react/sort-prop-types"
  • Path: alleyinteractive/irving/packages/core/components/connectedProvider/index.jsx
  • Link
  15 | };
  16 |
> 17 | ConnectedProvider.propTypes = {
  18 |   /**
  19 |    * Provider name.
  20 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/alleyinteractive/irving/packages/core/components/connectedProvider/index.jsx:17
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/alleyinteractive/irving/packages/styled/components/hoc/withThemes.jsx:29 Rule: "react/sort-prop-types"
  • Path: alleyinteractive/irving/packages/styled/components/hoc/withThemes.jsx
  • Link
  27 |   };
  28 |
> 29 |   ThemedComponent.propTypes = {
  30 |     /**
  31 |      * Prop indicating which theme to use.
  32 |      */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/alleyinteractive/irving/packages/styled/components/hoc/withThemes.jsx:29
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/First-Peoples-Cultural-Council/fv-web-ui/frontend/app/components/DictionaryList/DictionaryList.js:588 Rule: "react/sort-prop-types"
  • Path: First-Peoples-Cultural-Council/fv-web-ui/frontend/app/components/DictionaryList/DictionaryList.js
  • Link
  586 |
  587 | const { array, bool, func, instanceOf, node, number, object, oneOfType, string } = PropTypes
> 588 | DictionaryList.propTypes = {
  589 |   // Pagination
  590 |   appendControls: array, // NOTE: array of elements to append just after the paging controls
  591 |   disablePageSize: bool, // NOTE: removes the "Page #/# Per page: <select> Results #" part of pagination
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/First-Peoples-Cultural-Council/fv-web-ui/frontend/app/components/DictionaryList/DictionaryList.js:588
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/First-Peoples-Cultural-Council/fv-web-ui/frontend/app/components/DraftListPhrases/DraftListPhrasesPresentation.js:391 Rule: "react/sort-prop-types"
  • Path: First-Peoples-Cultural-Council/fv-web-ui/frontend/app/components/DraftListPhrases/DraftListPhrasesPresentation.js
  • Link
  389 |
  390 | const { array, bool, func, instanceOf, node, number, object, oneOfType, string } = PropTypes
> 391 | DraftListPhrasesPresentation.propTypes = {
  392 |   // Pagination
  393 |   fetcher: func, // TODO
  394 |   fetcherParams: object, // NOTE: object of paging data: currentPageIndex, pageSize, filters
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/First-Peoples-Cultural-Council/fv-web-ui/frontend/app/components/DraftListPhrases/DraftListPhrasesPresentation.js:391
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/First-Peoples-Cultural-Council/fv-web-ui/frontend/app/components/DraftListWords/DraftListWordsPresentation.js:391 Rule: "react/sort-prop-types"
  • Path: First-Peoples-Cultural-Council/fv-web-ui/frontend/app/components/DraftListWords/DraftListWordsPresentation.js
  • Link
  389 |
  390 | const { array, bool, func, instanceOf, node, number, object, oneOfType, string } = PropTypes
> 391 | DraftListWordsPresentation.propTypes = {
  392 |   // Pagination
  393 |   fetcher: func, // TODO
  394 |   fetcherParams: object, // NOTE: object of paging data: currentPageIndex, pageSize, filters
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/First-Peoples-Cultural-Council/fv-web-ui/frontend/app/components/DraftListWords/DraftListWordsPresentation.js:391
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/First-Peoples-Cultural-Council/fv-web-ui/frontend/app/components/WordsList/WordsListPresentation.js:418 Rule: "react/sort-prop-types"
  • Path: First-Peoples-Cultural-Council/fv-web-ui/frontend/app/components/WordsList/WordsListPresentation.js
  • Link
  416 |
  417 | const { array, bool, func, instanceOf, node, number, object, oneOfType, string } = PropTypes
> 418 | WordsListPresentation.propTypes = {
  419 |   // Pagination
  420 |   fetcher: func, // TODO
  421 |   fetcherParams: object, // NOTE: object of paging data: currentPageIndex, pageSize, filters
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/First-Peoples-Cultural-Council/fv-web-ui/frontend/app/components/WordsList/WordsListPresentation.js:418
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/dennisreimann/uiengine/packages/adapter-webpack/test/fixtures/react/component-with-props.jsx:17 Rule: "react/sort-prop-types"
  • Path: dennisreimann/uiengine/packages/adapter-webpack/test/fixtures/react/component-with-props.jsx
  • Link
  15 | // Supported propTypes taken from
  16 | // https://reactjs.org/docs/typechecking-with-proptypes.html
> 17 | ComponentWithProps.propTypes = {
  18 |   /**
  19 |    * Optional JS Array
  20 |    */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/dennisreimann/uiengine/packages/adapter-webpack/test/fixtures/react/component-with-props.jsx:17
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/lightelligence-io/react/src/components/Notification/Notification.js:92 Rule: "react/sort-prop-types"
  • Path: lightelligence-io/react/src/components/Notification/Notification.js
  • Link
  90 | };
  91 |
> 92 | Notification.propTypes = {
  93 |   // TODO: oneOf Rendering is broken in guide
  94 |   // this should be should be
  95 |   /** The type of the notification. */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/lightelligence-io/react/src/components/Notification/Notification.js:92
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/opentripplanner/otp-ui/packages/icons/src/leg-icon.js:26 Rule: "react/sort-prop-types"
  • Path: opentripplanner/otp-ui/packages/icons/src/leg-icon.js
  • Link
  24 | };
  25 |
> 26 | LegIcon.propTypes = {
  27 |   // Optional override function for deriving the company icon for a given leg.
  28 |   getCompanyIcon: PropTypes.func,
  29 |   // TYPESCRIPT TODO: restore
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/opentripplanner/otp-ui/packages/icons/src/leg-icon.js:26
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/chrvadala/react-svg-pan-zoom/src/viewer.js:445 Rule: "react/sort-prop-types"
  • Path: chrvadala/react-svg-pan-zoom/src/viewer.js
  • Link
  443 | }
  444 |
> 445 | ReactSVGPanZoom.propTypes = {
  446 |   /**************************************************************************/
  447 |   /*  Viewer configuration                                                  */
  448 |   /**************************************************************************/
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/chrvadala/react-svg-pan-zoom/src/viewer.js:445
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/DropdownButton.js:44 Rule: "react/sort-prop-types"
  • Path: Talend/ui/fork/react-bootstrap/src/DropdownButton.js
  • Link
  42 | }
  43 |
> 44 | DropdownButton.propTypes = propTypes;
  45 |
  46 | export default DropdownButton;
  47 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/DropdownButton.js:44
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/NavDropdown.js:93 Rule: "react/sort-prop-types"
  • Path: Talend/ui/fork/react-bootstrap/src/NavDropdown.js
  • Link
  91 | }
  92 |
> 93 | NavDropdown.propTypes = propTypes;
  94 |
  95 | export default NavDropdown;
  96 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/NavDropdown.js:93
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/OverlayTrigger.js:321 Rule: "react/sort-prop-types"
  • Path: Talend/ui/fork/react-bootstrap/src/OverlayTrigger.js
  • Link
  319 | }
  320 |
> 321 | OverlayTrigger.propTypes = propTypes;
  322 | OverlayTrigger.defaultProps = defaultProps;
  323 |
  324 | export default OverlayTrigger;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/OverlayTrigger.js:321
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/SplitButton.js:71 Rule: "react/sort-prop-types"
  • Path: Talend/ui/fork/react-bootstrap/src/SplitButton.js
  • Link
  69 | }
  70 |
> 71 | SplitButton.propTypes = propTypes;
  72 |
  73 | SplitButton.Toggle = SplitToggle;
  74 |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/fork/react-bootstrap/src/SplitButton.js:71
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/OverlayTrigger/OverlayTrigger.forked.js:298 Rule: "react/sort-prop-types"
  • Path: Talend/ui/packages/components/src/OverlayTrigger/OverlayTrigger.forked.js
  • Link
  296 | }
  297 |
> 298 | OverlayTrigger.propTypes = propTypes;
  299 | OverlayTrigger.defaultProps = defaultProps;
  300 | OverlayTrigger.displayName = 'OverlayTriggerForked';
  301 | export default OverlayTrigger;
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/OverlayTrigger/OverlayTrigger.forked.js:298
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleInput.component.js:61 Rule: "react/sort-prop-types"
  • Path: Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleInput.component.js
  • Link
  59 | }
  60 |
> 61 | CellTitleInput.propTypes = {
  62 | 	/** The id prefix. */
  63 | 	id: PropTypes.string,
  64 | 	/** The input value. */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleInput.component.js:61
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:186:56
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleSelector.component.js:65 Rule: "react/sort-prop-types"
  • Path: Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleSelector.component.js
  • Link
  63 | }
  64 |
> 65 | CellTitleSelector.propTypes = {
  66 | 	/** The id prefix. */
  67 | 	id: PropTypes.string,
  68 | 	/** The input value. */
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/Talend/ui/packages/components/src/VirtualizedList/CellTitle/CellTitleSelector.component.js:65
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/mui-org/material-ui-docs/packages/mui-base/src/SliderUnstyled/SliderUnstyled.js:302 Rule: "react/sort-prop-types"
  • Path: mui-org/material-ui-docs/packages/mui-base/src/SliderUnstyled/SliderUnstyled.js
  • Link
  300 | });
  301 |
> 302 | SliderUnstyled.propTypes /* remove-proptypes */ = {
  303 |   // ----------------------------- Warning --------------------------------
  304 |   // | These PropTypes are generated from the TypeScript type definitions |
  305 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/mui-org/material-ui-docs/packages/mui-base/src/SliderUnstyled/SliderUnstyled.js:302
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/mui-org/material-ui-docs/packages/mui-lab/src/Masonry/Masonry.js:318 Rule: "react/sort-prop-types"
  • Path: mui-org/material-ui-docs/packages/mui-lab/src/Masonry/Masonry.js
  • Link
  316 | });
  317 |
> 318 | Masonry.propTypes /* remove-proptypes */ = {
  319 |   // ----------------------------- Warning --------------------------------
  320 |   // | These PropTypes are generated from the TypeScript type definitions |
  321 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/mui-org/material-ui-docs/packages/mui-lab/src/Masonry/Masonry.js:318
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/mui-org/material-ui-docs/packages/mui-lab/src/TabPanel/TabPanel.js:61 Rule: "react/sort-prop-types"
  • Path: mui-org/material-ui-docs/packages/mui-lab/src/TabPanel/TabPanel.js
  • Link
  59 | });
  60 |
> 61 | TabPanel.propTypes /* remove-proptypes */ = {
  62 |   // ----------------------------- Warning --------------------------------
  63 |   // | These PropTypes are generated from the TypeScript type definitions |
  64 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/mui-org/material-ui-docs/packages/mui-lab/src/TabPanel/TabPanel.js:61
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/mui-org/material-ui-docs/packages/mui-lab/src/TimelineConnector/TimelineConnector.js:52 Rule: "react/sort-prop-types"
  • Path: mui-org/material-ui-docs/packages/mui-lab/src/TimelineConnector/TimelineConnector.js
  • Link
  50 | });
  51 |
> 52 | TimelineConnector.propTypes /* remove-proptypes */ = {
  53 |   // ----------------------------- Warning --------------------------------
  54 |   // | These PropTypes are generated from the TypeScript type definitions |
  55 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/mui-org/material-ui-docs/packages/mui-lab/src/TimelineConnector/TimelineConnector.js:52
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/mui-org/material-ui-docs/packages/mui-lab/src/TimelineContent/TimelineContent.js:61 Rule: "react/sort-prop-types"
  • Path: mui-org/material-ui-docs/packages/mui-lab/src/TimelineContent/TimelineContent.js
  • Link
  59 | });
  60 |
> 61 | TimelineContent.propTypes /* remove-proptypes */ = {
  62 |   // ----------------------------- Warning --------------------------------
  63 |   // | These PropTypes are generated from the TypeScript type definitions |
  64 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/mui-org/material-ui-docs/packages/mui-lab/src/TimelineContent/TimelineContent.js:61
Rule: "react/sort-prop-types"
    at /github/workspace/lib/util/propTypesSort.js:173:41
    at Array.reduceRight (<anonymous>)
    at /github/workspace/lib/util/propTypesSort.js:169:22
    at Array.forEach (<anonymous>)
    at sortInSource (/github/workspace/lib/util/propTypesSort.js:163:16)
    at Object.fixPropTypesSort (/github/workspace/lib/util/propTypesSort.js:192:18)
    at Object.fix (/github/workspace/lib/rules/sort-prop-types.js:110:34)
    at normalizeFixes (/github/workspace/node_modules/eslint/lib/linter/report-translator.js:193:28)
    at /github/workspace/node_modules/eslint/lib/linter/report-translator.js:364:49
    at Object.report (/github/workspace/node_modules/eslint/lib/linter/linter.js:1086:41)

Rule: react/sort-prop-types

  • Message: Cannot read property 'start' of undefined Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/mui-org/material-ui-docs/packages/mui-lab/src/TimelineDot/TimelineDot.js:93 Rule: "react/sort-prop-types"
  • Path: mui-org/material-ui-docs/packages/mui-lab/src/TimelineDot/TimelineDot.js
  • Link
  91 | });
  92 |
> 93 | TimelineDot.propTypes /* remove-proptypes */ = {
  94 |   // ----------------------------- Warning --------------------------------
  95 |   // | These PropTypes are generated from the TypeScript type definitions |
  96 |   // |     To update them edit the d.ts file and run "yarn proptypes"     |
TypeError: Cannot read property 'start' of undefined
Occurred while linting /github/workspace/node_modules/eslint-remote-tester/.cache-eslint-remote-tester/mui-org/material-ui-docs/packages/mu
</details>

ljharb pushed a commit to ROSSROSALES/eslint-plugin-react that referenced this issue Nov 27, 2022
ljharb pushed a commit to ROSSROSALES/eslint-plugin-react that referenced this issue Nov 27, 2022
ljharb pushed a commit to ROSSROSALES/eslint-plugin-react that referenced this issue Nov 27, 2022
@ljharb ljharb closed this as completed in cc9578c Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants