import script causes content script to not run
# support-framework
q
import script causes content script to not run
s
Thread automatically created by stefan in #978320682985349130
q
@billowy-raincoat-2596 please use threads in here for support
I suspect this might have something to do with the fact that you named the imported script "content.tsx" which is a reserved file name for Plasmo
Plasmo uses names like content.tsx, etc, to inject into the built extension. So if you want to do your own injection via main world, try to name those scripts something else
it's just a guess, though. if you can provide a reproduction via GitHub we can take a look more deeply