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

TypeError: output is undefined #18

Open
delaschwein opened this issue Aug 11, 2023 · 0 comments
Open

TypeError: output is undefined #18

delaschwein opened this issue Aug 11, 2023 · 0 comments

Comments

@delaschwein
Copy link

Getting the following error while looking at a specific season in a game.

intersection
src/gui/maps/common/equilateralTriangle.js:118

  115 |         }
  116 |         distances.sort();
  117 |         const output = distances[0];
> 118 |         output.shift();
      | ^  119 |         return output;
  120 |     }
  121 | }

render
src/gui/maps/common/convoy.js:23

  20 | import PropTypes from "prop-types";
  21 | 
  22 | export class Convoy extends React.Component {
> 23 |     render() {
  24 |         const Coordinates = this.props.coordinates;
  25 |         const SymbolSizes = this.props.symbolSizes;
  26 |         const Colors = this.props.colors;

It seems some sort of interface error in computing convoy arrangements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant