Skip to content

Conversation

@sonalaggarwal555
Copy link

Week 2 HW Submission

Please fill out the information below in order to complete your assignment. Feel free to update this comment later if necessary.

  • Comfort rating on this assignment: 1|2|3|4|5
  • Completion rating on this assignment: complete|incomplete

function App() {
return (
<div className="App">
<missedArticles/>
Copy link
Contributor

Choose a reason for hiding this comment

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

This isn't a component, so it can't be rendered. A first start would be to map over the array. e.g.

{missedArticles.map((article, idx) => <div>JSON.stringify(article)</div>)}

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