Toast
error framework

Error in autogenerated prod index.js file

Plasmo with react and MUI
Sending messages to a content script in the "main" world
Possibility to customize path aliases?
Publishing to Multiple Markets using @PlasmoHQ/bpp github action
Build Failure | (reading 'message') | AssistantUI | React

Turborepo with Svelte and shadcn-svelte as a package

Remove "getInlineAnchor" zIndex style
z-index: 2147483647;
from the plasmo-shadow-container div? Currently, my content is stick to the page, I don't want it to have z-index style.
Thanks in advance....Cannot resolve bits-ui when using Svelte with shadcn-svelte
bits-ui
, I'm getting the following error:
Failed to resolve 'bits-ui' from './src/components/ui/scroll-area/scroll-area-scrollbar.svelte'
Has anyone encountered this before or knows how to solve this? Thanks!...useState is not working
how to use Svelte reactivity on CS?
CLI: `plasmo dev` is freezing & unresponsive
Anyone facing issue while installing shadcn?
getInlineAnchor being invoked repeatedly, even after CSUI is rendered
getInlineAnchor
to be invoked repeatedly by the Plasmo framework, even after the anchor is found to exist and the CSUI renders? I have a very basic extension, where I just want to add a button next to the <body> element of the page.
I have the following snippet
```
export const getInlineAnchor: PlasmoGetInlineAnchor = async () => {...Environment vars with manifest override arrays
host permission
section of my manifest override in my package.json
:
```
"host_permissions": [
"http://localhost/*",...HMR becoming less and less reliable as project size grows
Default port and `--serve-port`
sudo lsof -i -P | grep LISTEN | grep :$PORT
those two ports, plus the expected 1815 for HMR, are the only new ports listed.
Secondarily, when I add plasmo dev --serve-host=localhost --serve-port-1012
to my package.json scripts (or another port like 8080) appears to have no effect. I still see 1815, 1816 and 6XXXX. For example, I have "dev": "plasmo dev --serve-host=localhost --serve-port-1012",
in my package.json and just ran pnpm dev
and the ports are 1815m 1816 and 64191...different WINDOW variables