Cannot read property of null (reading '__plasmo_full_reload__')
background.ts
...
Storage advanced usage non-hook implementation.
Firefox Permissions Transform
PlasmoGetInlineAnchorList doesn't shift host layout
createRootContainer returns null
Content match help
matches: ["https://*.tiktok.com/*", "https://*.facebook.com/*"]
matches: ["https://*.tiktok.com/*", "https://*.facebook.com/*"]
Cannot import package that exposes .mjs files instead of .js files
Failed to resolve 'lucide-react' from './contents/button.tsx'
'./dist/esm/lucide-react.js' does not exist, did you mean './di
st/esm/lucide-react.mjs'?'
'./dist/esm/lucide-react.js' does not exist, did you mean './di
st/esm/lucide-react.mjs'?'
Upgrade to v0.81 not working as expected
Failed to resolve '.plasmo/chrome-mv3.plasmo.manifest.json'
, but I can see the file in the .plasmo
folder. Here's the generated file
```
{
"icons": {...Is it possible to pass custom next.config.js?
Plasmo With Stripe
Create CSUI root containers programmatically
Type error in mountInterval of PlasmoCSUIMountState
clearInterval(mountState.mountInterval)
in getRootContainer
, but the type of mountInterval in PlasmoCSUIMountState is NodeJS.Timer
.
I think number is the return type since CSUI runs in a browser....Send data from website to firefox extension service worker
chrome.runtime.sendMessage
but in firefox when I try with browser.runtime.sendMessage()
Im getting error: Uncaught ReferenceError: sendMessage is not definedSandboxes not applying CSP!
"content_security_policy": {
"sandbox": "sandbox allow-scripts; script-src 'self' https://apis.google.com"
},
"content_security_policy": {
"sandbox": "sandbox allow-scripts; script-src 'self' https://apis.google.com"
},
Plasmo requesting more permissions than requested?
script
:
```
<script>...
Login with firebase using google auth
Persist Supabase auth session/user state
How can load multiple JS in the content script file
contents/after-load.ts
which runs at document_end
and I want to load a script chrome.runtime.getUrl("scripts/css-selector-get.js")
Plans to add @use as an import resolution?
@use
to get styles from other files.
I found the Import Resolution documentation page and saw everything is imported with an 'import' statement. Since the use of @use
is so imbedded in the components I have installed, I would just like to ask if there is a way to get the bundler to pick up on the other sass files that use @use
?...