<?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: Silviu Bogan</title>
    <description>The latest articles on DEV Community by Silviu Bogan (@silviubogan).</description>
    <link>https://dev.to/silviubogan</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%2F430891%2Fe16935ce-9532-4c4e-bee1-71a51fe2b2d5.jpeg</url>
      <title>DEV Community: Silviu Bogan</title>
      <link>https://dev.to/silviubogan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/silviubogan"/>
    <language>en</language>
    <item>
      <title>How to find the full call stack for a line inside a functional component?</title>
      <dc:creator>Silviu Bogan</dc:creator>
      <pubDate>Mon, 13 Jul 2020 14:40:54 +0000</pubDate>
      <link>https://dev.to/silviubogan/how-to-find-the-full-call-stack-for-a-line-inside-a-render-method-5a04</link>
      <guid>https://dev.to/silviubogan/how-to-find-the-full-call-stack-for-a-line-inside-a-render-method-5a04</guid>
      <description>&lt;p&gt;I have a component called Field that is behaving strangely. In some placed Where it is used, it receives, besides other props, the onFocus and onBlur props, but inside it these 2 props are null (the default value set with PropTypes). I put a breakpoint inside its render method and there it seems to receive them as null. So I try to find where that component is used. The Chrome DevTools display just a partial async call stack so I think I will use a component that has a constructor instead of a functional component and put a breakpoint inside the c-tor. I will post here updates if I solve this issue. If you have any ideas on how to solve the issue please let me know here.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;

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