Skip to content

Results of weekly scheduled smoke test #3470

Closed
@github-actions

Description

@github-actions

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions