Using CSS in production bundle fails

Resolved
Partial outage
Started almost 2 years ago Lasted about 10 hours

Affected

Framework
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') ```