Skip to content

Conversation

@cmhorsey
Copy link

Followed code along to practice different fetch methods.

Choose a reason for hiding this comment

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

Be mindful of committing changes like this.

<ul className="Items">
{itemsToDisplay.map((item) => (
<Item key={item.id} item={item} />
<Item key={item.id} item={item}onUpdateItem={handleUpdateItem} onDeleteItem={handleDeleteItem}/>

Choose a reason for hiding this comment

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

Suggested change
<Item key={item.id} item={item}onUpdateItem={handleUpdateItem} onDeleteItem={handleDeleteItem}/>
<Item key={item.id} item={item} onUpdateItem={handleUpdateItem} onDeleteItem={handleDeleteItem}/>

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