<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>masanolinks</author_name>
  <author_url>https://blog.hatena.ne.jp/masanolinks/</author_url>
  <blog_title>masavoid</blog_title>
  <blog_url>https://masavo.jp/</blog_url>
  <categories>
    <anon>react</anon>
  </categories>
  <description>エラー内容 Warning: Each child in a list should have a unique &quot;key&quot; prop. &lt;中略&gt; In Fragment In Fragmentを勝手にGraphQLのFragmentと勘違いしてしまいハマってしまった。 直し方 before {categories.map((category) =&gt; ( &lt;&gt; &lt;/&gt; )} after &lt;&gt;ではなく、React.Fragmentと明記する {categories.map((category) =&gt; ( &lt;React.Fragment key={category.id}&gt; &lt;/React.Fra…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmasavo.jp%2Fentry%2F2020%2F11%2F11%2F175142&quot; title=&quot;【react】Each child in a list should have a unique &amp;quot;key&amp;quot; prop. でIn Fragmentのときの修正 - masavoid&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-11-11 17:51:42</published>
  <title>【react】Each child in a list should have a unique &quot;key&quot; prop. でIn Fragmentのときの修正</title>
  <type>rich</type>
  <url>https://masavo.jp/entry/2020/11/11/175142</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
