We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was following the tutorial on the website half way down the finishing line I got this error in my dev console
and it stopped working
The text was updated successfully, but these errors were encountered: