Plasmo - Using CSS in production bundle fails – Incident details

Using CSS in production bundle fails

Resolved
Partial outage
Started over 2 years agoLasted about 10 hours

Affected

Framework

Partial outage from 6:37 PM to 4:09 AM

Updates
  • Resolved
    Resolved

    0.42.6 fixes this

  • Investigating
    Investigating

    We are currently investigating this incident.

    ``` import cssText from "data-text:~/contents/plasmo-overlay.css"

    export const getRootContainer = () => { const style = document.createElement("style") style.textContent = cssText document.head.appendChild(style) return document.querySelector("#feature") } ```

    Leads to:

    ``` "Cannot read properties of undefined (reading 'hashReferences') ```