<?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>Forem: Marc-Andre</title>
    <description>The latest articles on Forem by Marc-Andre (@marcandreh).</description>
    <link>https://forem.com/marcandreh</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%2F842289%2Ffe26973c-e2af-452a-93df-a466f228c919.png</url>
      <title>Forem: Marc-Andre</title>
      <link>https://forem.com/marcandreh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/marcandreh"/>
    <language>en</language>
    <item>
      <title>Easy fix for webpack ERROR in Plugin "react" was conflicted ...</title>
      <dc:creator>Marc-Andre</dc:creator>
      <pubDate>Thu, 07 Apr 2022 09:03:36 +0000</pubDate>
      <link>https://forem.com/marcandreh/easy-fix-for-webpack-error-in-plugin-react-was-conflicted--3nm8</link>
      <guid>https://forem.com/marcandreh/easy-fix-for-webpack-error-in-plugin-react-was-conflicted--3nm8</guid>
      <description>&lt;p&gt;Regardless whether you just upgraded to &lt;em&gt;React 18&lt;/em&gt; or some of your &lt;em&gt;Node dependencies&lt;/em&gt; in &lt;code&gt;package.json&lt;/code&gt;, version conflicts are very annoying!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--SsuuE4cM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dqfgti1jnoyran1hp4k1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SsuuE4cM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/dqfgti1jnoyran1hp4k1.png" alt="Image description" width="880" height="677"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;But there's an easy fix:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;#webpack-dev-server-client-overlay {
  display: none;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Just insert these three lines of code in any top level CSS file (such as your &lt;code&gt;index.css&lt;/code&gt;) and the error – at least its overlay – will be gone!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;IRONY OFF&lt;/strong&gt;&lt;br&gt;
What was your latest temp fix that you accidentally pushed into a Git repo?&lt;/p&gt;

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