CSUI not rendered in production build
I opened an issue on github. Even a very simple code does not work
https://github.com/PlasmoHQ/plasmo/issues/1070
https://github.com/PlasmoHQ/plasmo/issues/1070
GitHub![[BUG] CSUI not rendered in production build · Issue #1070 · PlasmoH...](https://images-ext-1.discordapp.net/external/H_BOcG97WY6xSaFciteGpYK8KlB9UqMT3kohgrkrpi8/https/opengraph.githubassets.com/08bbfc45a91388bcc88098534dbafb0083f75a3b148c80d44336a04eea9bf30c/PlasmoHQ/plasmo/issues/1070)
What happened? This simple code in content.tsx is not rendered in the production build. In dev mode, it is rendered as intended. import React from 'react'; const Overlay = () => { return...