You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if this function is defined in background/index.ts it works just fine if i export it to another file background/utils.ts and then import it `import {sendToContentScript} from './utils'. the service worker fails to register and extension keeps flickering.
edit this is not limited to this function
The text was updated successfully, but these errors were encountered:
if this function is defined in
background/index.ts
it works just fine if i export it to another filebackground/utils.ts
and then import it `import {sendToContentScript} from './utils'. the service worker fails to register and extension keeps flickering.edit this is not limited to this function
The text was updated successfully, but these errors were encountered: