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