<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: HairlessUncle</title>
    <description>The latest articles on DEV Community by HairlessUncle (@hairlessuncle).</description>
    <link>https://dev.to/hairlessuncle</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1174441%2F631e343f-d29b-4daf-aefa-ed920561a60c.png</url>
      <title>DEV Community: HairlessUncle</title>
      <link>https://dev.to/hairlessuncle</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hairlessuncle"/>
    <language>en</language>
    <item>
      <title>React Dev Tools extension defect?</title>
      <dc:creator>HairlessUncle</dc:creator>
      <pubDate>Sun, 01 Oct 2023 14:25:18 +0000</pubDate>
      <link>https://dev.to/hairlessuncle/react-dev-tools-extension-defect-6ig</link>
      <guid>https://dev.to/hairlessuncle/react-dev-tools-extension-defect-6ig</guid>
      <description>&lt;p&gt;In short, I tried to write/copy a function component but mistakenly:&lt;/p&gt;

&lt;p&gt;function Board (xIsNext, squares, onPlay){...}&lt;/p&gt;

&lt;p&gt;The {} are missing, it is still treated as props and rendered as a component.&lt;/p&gt;

&lt;p&gt;If you check it with this extension (React Dev Tool), it shows up in the props windows, which in fact, are function arguments, and causing problem later.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy1o0us8h8imv6ijia721.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fy1o0us8h8imv6ijia721.png" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
Not sure if this is expected/unexpected result. Kindly share your thoughts here. I'm a beginner btw.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>react</category>
    </item>
  </channel>
</rss>
