Skip to content

Conversation

@kmalakhova
Copy link

@kmalakhova kmalakhova commented Jun 27, 2021

Hi Chris. I'm still working on the project, going slow but steady :D

Copy link

@CheezItMan CheezItMan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not seeing any changes to App.js did you commit this to git? The Board component looks pretty good, but there's little else here.

// you need to return a 1D array
// of square components

let flatArray = [];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Passing Wave 2! Woohoo!


return <button
className="square"
onClick={ ()=> props.onClickCallback(props.id) }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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

Successfully merging this pull request may close these issues.

2 participants