<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Plasmo Status - Incident history</title>
    <link>https://plasmo.instatus.com</link>
    <description>Plasmo</description>
    <pubDate>Sun, 19 Jun 2022 16:42:52 +0000</pubDate>
    
<item>
  <title>Plasmo shows &quot;Failed to load module script: Expected a JavaScript module script&quot; </title>
  <description>
    Type: Incident
    Duration: 1 day, 21 hours and 47 minutes

    Affected Components: Framework
    Jun 19, 16:42:52 GMT+0 - Investigating - We are currently investigating this incident.

![](https://user-images.githubusercontent.com/77977467/174483421-3f0553fd-6dce-4a3d-86dc-d62c15570108.png) Jun 21, 14:29:35 GMT+0 - Resolved - Late resolution -
This has been fixed in the latest Plasmo version.  
  </description>
  <content:encoded>
    <![CDATA[<p><strong>Type:</strong> Incident</p>
    <p><strong>Duration:</strong> 1 day, 21 hours and 47 minutes</p>
    <p><strong>Affected Components:</strong> </p>
    &lt;p&gt;&lt;small&gt;Jun &lt;var data-var=&#039;date&#039;&gt; 19&lt;/var&gt;, &lt;var data-var=&#039;time&#039;&gt;16:42:52&lt;/var&gt; GMT+0&lt;/small&gt;&lt;br&gt;&lt;strong&gt;Investigating&lt;/strong&gt; -
  We are currently investigating this incident.

![](https://user-images.githubusercontent.com/77977467/174483421-3f0553fd-6dce-4a3d-86dc-d62c15570108.png).&lt;/p&gt;
&lt;p&gt;&lt;small&gt;Jun &lt;var data-var=&#039;date&#039;&gt; 21&lt;/var&gt;, &lt;var data-var=&#039;time&#039;&gt;14:29:35&lt;/var&gt; GMT+0&lt;/small&gt;&lt;br&gt;&lt;strong&gt;Resolved&lt;/strong&gt; -
  Late resolution -
This has been fixed in the latest Plasmo version. .&lt;/p&gt;
]]>
  </content:encoded>
  <pubDate>Sun, 19 Jun 2022 16:42:52 +0000</pubDate>
  <link>https://plasmo.instatus.com/incident/cl4ljewlb108830vn18n9iu5fi</link>
  <guid>https://plasmo.instatus.com/incident/cl4ljewlb108830vn18n9iu5fi</guid>
</item>

<item>
  <title>pnpm dlx plasmo init is broken in 0.43.3</title>
  <description>
    Type: Incident
    Duration: 19 hours and 8 minutes

    Affected Components: Framework
    Jun 19, 16:36:46 GMT+0 - Investigating - We are currently investigating this incident.

Running 
```
pnpm dlx plasmo init
```

Is currently failing. Jun 20, 11:44:51 GMT+0 - Resolved - This has been fixed in 0.43.4. Please update!  
  </description>
  <content:encoded>
    <![CDATA[<p><strong>Type:</strong> Incident</p>
    <p><strong>Duration:</strong> 19 hours and 8 minutes</p>
    <p><strong>Affected Components:</strong> </p>
    &lt;p&gt;&lt;small&gt;Jun &lt;var data-var=&#039;date&#039;&gt; 19&lt;/var&gt;, &lt;var data-var=&#039;time&#039;&gt;16:36:46&lt;/var&gt; GMT+0&lt;/small&gt;&lt;br&gt;&lt;strong&gt;Investigating&lt;/strong&gt; -
  We are currently investigating this incident.

Running 
```
pnpm dlx plasmo init
```

Is currently failing..&lt;/p&gt;
&lt;p&gt;&lt;small&gt;Jun &lt;var data-var=&#039;date&#039;&gt; 20&lt;/var&gt;, &lt;var data-var=&#039;time&#039;&gt;11:44:51&lt;/var&gt; GMT+0&lt;/small&gt;&lt;br&gt;&lt;strong&gt;Resolved&lt;/strong&gt; -
  This has been fixed in 0.43.4. Please update! .&lt;/p&gt;
]]>
  </content:encoded>
  <pubDate>Sun, 19 Jun 2022 16:36:46 +0000</pubDate>
  <link>https://plasmo.instatus.com/incident/cl4lj71wz85661pn15l9d7jw0</link>
  <guid>https://plasmo.instatus.com/incident/cl4lj71wz85661pn15l9d7jw0</guid>
</item>

<item>
  <title>Using CSS in production bundle fails</title>
  <description>
    Type: Incident
    Duration: 9 hours and 33 minutes

    Affected Components: Framework
    Jun 14, 18:37:10 GMT+0 - Investigating - We are currently investigating this incident.

```
import cssText from &quot;data-text:~/contents/plasmo-overlay.css&quot;

export const getRootContainer = () =&gt; {
  const style = document.createElement(&quot;style&quot;)
  style.textContent = cssText
  document.head.appendChild(style)
  return document.querySelector(&quot;#feature&quot;)
}
```

Leads to:

```
&quot;Cannot read properties of undefined (reading &#039;hashReferences&#039;)
``` Jun 15, 04:09:53 GMT+0 - Resolved - 0.42.6 fixes this 
  </description>
  <content:encoded>
    <![CDATA[<p><strong>Type:</strong> Incident</p>
    <p><strong>Duration:</strong> 9 hours and 33 minutes</p>
    <p><strong>Affected Components:</strong> </p>
    &lt;p&gt;&lt;small&gt;Jun &lt;var data-var=&#039;date&#039;&gt; 14&lt;/var&gt;, &lt;var data-var=&#039;time&#039;&gt;18:37:10&lt;/var&gt; GMT+0&lt;/small&gt;&lt;br&gt;&lt;strong&gt;Investigating&lt;/strong&gt; -
  We are currently investigating this incident.

```
import cssText from &quot;data-text:~/contents/plasmo-overlay.css&quot;

export const getRootContainer = () =&gt; {
  const style = document.createElement(&quot;style&quot;)
  style.textContent = cssText
  document.head.appendChild(style)
  return document.querySelector(&quot;#feature&quot;)
}
```

Leads to:

```
&quot;Cannot read properties of undefined (reading &#039;hashReferences&#039;)
```.&lt;/p&gt;
&lt;p&gt;&lt;small&gt;Jun &lt;var data-var=&#039;date&#039;&gt; 15&lt;/var&gt;, &lt;var data-var=&#039;time&#039;&gt;04:09:53&lt;/var&gt; GMT+0&lt;/small&gt;&lt;br&gt;&lt;strong&gt;Resolved&lt;/strong&gt; -
  0.42.6 fixes this.&lt;/p&gt;
]]>
  </content:encoded>
  <pubDate>Tue, 14 Jun 2022 18:37:10 +0000</pubDate>
  <link>https://plasmo.instatus.com/incident/cl4eiamq1502281qtmzjch1siy7</link>
  <guid>https://plasmo.instatus.com/incident/cl4eiamq1502281qtmzjch1siy7</guid>
</item>

<item>
  <title>Adding a web accessible resource isn&#039;t working</title>
  <description>
    Type: Incident
    

    Affected Components: Framework
    Jun 14, 18:05:22 GMT+0 - Investigating - We are currently investigating this incident.

When adding a web-accessible resource, like so in the `package.json`:

```
&quot;web_accessible_resources&quot;: [
      {
        &quot;resources&quot;: [
          &quot;sidebar.html&quot;
        ],
        &quot;matches&quot;: [
          &quot;http://*/*&quot;,
          &quot;https://*/*&quot;
        ]
      }
    ]
```

The built manifest&#039;s `resources` is `[]` (empty) when in reality it should be the HTML file referenced in the `package.json`  
  </description>
  <content:encoded>
    <![CDATA[<p><strong>Type:</strong> Incident</p>
    
    <p><strong>Affected Components:</strong> </p>
    &lt;p&gt;&lt;small&gt;Jun &lt;var data-var=&#039;date&#039;&gt; 14&lt;/var&gt;, &lt;var data-var=&#039;time&#039;&gt;18:05:22&lt;/var&gt; GMT+0&lt;/small&gt;&lt;br&gt;&lt;strong&gt;Investigating&lt;/strong&gt; -
  We are currently investigating this incident.

When adding a web-accessible resource, like so in the `package.json`:

```
&quot;web_accessible_resources&quot;: [
      {
        &quot;resources&quot;: [
          &quot;sidebar.html&quot;
        ],
        &quot;matches&quot;: [
          &quot;http://*/*&quot;,
          &quot;https://*/*&quot;
        ]
      }
    ]
```

The built manifest&#039;s `resources` is `[]` (empty) when in reality it should be the HTML file referenced in the `package.json` .&lt;/p&gt;
]]>
  </content:encoded>
  <pubDate>Tue, 14 Jun 2022 18:05:22 +0000</pubDate>
  <link>https://plasmo.instatus.com/incident/cl4eh5qba494306qtmzw8yqdym1</link>
  <guid>https://plasmo.instatus.com/incident/cl4eh5qba494306qtmzw8yqdym1</guid>
</item>

<item>
  <title>Content Scripts UI Requires All Imports to be Present in a Production Build</title>
  <description>
    Type: Incident
    Duration: 14 hours and 44 minutes

    Affected Components: Framework
    Jun 14, 20:04:54 GMT+0 - Identified - We&#039;ve just pushed a fix to this issue, and will deploy it soon: https://github.com/PlasmoHQ/plasmo/commit/a9b72d145f04cb6edf3f79c2fde14913ee0005bc Jun 15, 04:10:06 GMT+0 - Resolved - 0.42.6 fixes this Jun 14, 13:26:31 GMT+0 - Investigating - TL;DR: Parcel does tree shaking on production bundles which is messing with our parsing of exports. We&#039;re investigating the right way to solve this. 

Relevant Github issue: https://github.com/PlasmoHQ/plasmo/issues/20 
  </description>
  <content:encoded>
    <![CDATA[<p><strong>Type:</strong> Incident</p>
    <p><strong>Duration:</strong> 14 hours and 44 minutes</p>
    <p><strong>Affected Components:</strong> </p>
    &lt;p&gt;&lt;small&gt;Jun &lt;var data-var=&#039;date&#039;&gt; 14&lt;/var&gt;, &lt;var data-var=&#039;time&#039;&gt;20:04:54&lt;/var&gt; GMT+0&lt;/small&gt;&lt;br&gt;&lt;strong&gt;Identified&lt;/strong&gt; -
  We&#039;ve just pushed a fix to this issue, and will deploy it soon: https://github.com/PlasmoHQ/plasmo/commit/a9b72d145f04cb6edf3f79c2fde14913ee0005bc.&lt;/p&gt;
&lt;p&gt;&lt;small&gt;Jun &lt;var data-var=&#039;date&#039;&gt; 15&lt;/var&gt;, &lt;var data-var=&#039;time&#039;&gt;04:10:06&lt;/var&gt; GMT+0&lt;/small&gt;&lt;br&gt;&lt;strong&gt;Resolved&lt;/strong&gt; -
  0.42.6 fixes this.&lt;/p&gt;
&lt;p&gt;&lt;small&gt;Jun &lt;var data-var=&#039;date&#039;&gt; 14&lt;/var&gt;, &lt;var data-var=&#039;time&#039;&gt;13:26:31&lt;/var&gt; GMT+0&lt;/small&gt;&lt;br&gt;&lt;strong&gt;Investigating&lt;/strong&gt; -
  TL;DR: Parcel does tree shaking on production bundles which is messing with our parsing of exports. We&#039;re investigating the right way to solve this. 

Relevant Github issue: https://github.com/PlasmoHQ/plasmo/issues/20.&lt;/p&gt;
]]>
  </content:encoded>
  <pubDate>Tue, 14 Jun 2022 13:26:31 +0000</pubDate>
  <link>https://plasmo.instatus.com/incident/cl4e774yk439585qamzdyy51gmp</link>
  <guid>https://plasmo.instatus.com/incident/cl4e774yk439585qamzdyy51gmp</guid>
</item>

  </channel>
  </rss>