<?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: irisha1313</title>
    <description>The latest articles on DEV Community by irisha1313 (@irisha1313).</description>
    <link>https://dev.to/irisha1313</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F897126%2F28053960-6c43-4daf-a656-fe034d623615.jpeg</url>
      <title>DEV Community: irisha1313</title>
      <link>https://dev.to/irisha1313</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/irisha1313"/>
    <language>en</language>
    <item>
      <title>error ts(2345)</title>
      <dc:creator>irisha1313</dc:creator>
      <pubDate>Sun, 24 Jul 2022 13:00:00 +0000</pubDate>
      <link>https://dev.to/irisha1313/error-ts2345-1aa9</link>
      <guid>https://dev.to/irisha1313/error-ts2345-1aa9</guid>
      <description>&lt;p&gt;argument of type 'htmlelement | null' is not assignable to parameter of type 'element'. type 'null' is not assignable to type 'element'.  ts(2345)&lt;/p&gt;

&lt;p&gt;import.js&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;import React from 'react';
import { createRoot } from 'react-dom/client';
import './index.css';
import App from './App';

const container = document.getElementById('root')
const root = createRoot(container)
root.render(&amp;lt;App /&amp;gt;)
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>react</category>
      <category>vscode</category>
      <category>beginners</category>
      <category>help</category>
    </item>
  </channel>
</rss>
