Sina Abdollahi

Results 2 comments of Sina Abdollahi

can you comeup with fix? this is my issue too

```tsx import type { PlasmoCSConfig, PlasmoCSUIJSXContainer, PlasmoCSUIProps, PlasmoRender, } from 'plasmo'; import type { FC } from 'react'; import { createRoot } from 'react-dom/client'; import './style.css'; import { App }...