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

An unknown bug #1

Open
Anekenonso opened this issue Dec 2, 2018 · 0 comments
Open

An unknown bug #1

Anekenonso opened this issue Dec 2, 2018 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Anekenonso
Copy link
Owner

I was following the tutorial on the website half way down the finishing line I got this error in my dev console

TypeError: Cannot read property '0' of undefined
Board.renderSquare
http://localhost:3000/static/js/main.chunk.js:185:34
182 | var _this2 = this;
183 |
184 | return react__WEBPACK_IMPORTED_MODULE_6___default.a.createElement(Square, {
185 | value: this.props.squares[i],
| ^ 186 | onClick: function onClick() {
187 | return _this2.onClick(i);
188 | },

and it stopped working

@Anekenonso Anekenonso added bug Something isn't working help wanted Extra attention is needed labels Dec 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant