# Chapter 3 - Components in React

**URL:** https://forum.kirupa.com/t/chapter-3-components-in-react/642650
**Category:** Uncategorized
**Created:** [April 30, 2020, 7:21pm UTC](https://forum.kirupa.com/t/chapter-3-components-in-react/642650 "2020-04-30T19:21:30Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![hash](https://avatars.discourse-cdn.com/v4/letter/h/e56c9b/32.png) [@hash](https://forum.kirupa.com/u/hash)
#### Post date: [April 30, 2020, 7:21pm UTC](https://forum.kirupa.com/t/chapter-3-components-in-react/642650/1 "2020-04-30T19:21:30Z")

</div>

I am trying to find the error in this piece of code as the program will not display the super heroes names.

 ![Project snapshot](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/2X/6/6520b35b7f859ce8103b206825e24d39bd085c98.png)

Thank you in advance !! 🙂

---

<div class="post-metadata">

### Author: ![erkandem](https://avatars.discourse-cdn.com/v4/letter/e/c77e96/32.png) [@erkandem](https://forum.kirupa.com/u/erkandem)
#### Post date: [April 30, 2020, 8:43pm UTC](https://forum.kirupa.com/t/chapter-3-components-in-react/642650/2 "2020-04-30T20:43:47Z")

</div>

Typo. Right after you used `<dir>` instead of `<div>`.  
Notepad++ was of course very friendly and created the same closing tag.

---

<div class="post-metadata">

### Author: ![hash](https://avatars.discourse-cdn.com/v4/letter/h/e56c9b/32.png) [@hash](https://forum.kirupa.com/u/hash)
#### Post date: [May 1, 2020, 6:07am UTC](https://forum.kirupa.com/t/chapter-3-components-in-react/642650/3 "2020-05-01T06:07:15Z")

</div>

Something so simple as this…

Thank you very much here ! 🙂
