Storage problem/bug
Google Analytics Issue (URL import)
import "https://www.googletagmanager.com/gtag/js?id=G-.....
in the dev build it works fine and I see requests to /collects and in the analytics dashboard I see the data, but in the production build it's not working and not able to import the gtag
Uncaught (in promise) Error: Cannot find module 'iKwBb
Uncaught TypeError: Cannot read properties of undefined (reading 'register')
...Pass data from Content.ts to Options Page via Storage API
content.ts
to the options page using Storage API. Data is being set but returns undefined when accessed.
Current Behavior
- Data is collected from website in content.ts
- Attempting to store data using Chrome Storage API...Hi there,
Fresh install with errors
Importing Tailwind CSS stylesheets for every content script UI component: how bad for performance?
globals.css
file for Tailwind (which also imports other stylesheets into itself) for each component.The overall size of this import is not negligible and since my components append themselves to posts on a social media feed I'm also concerned that the issue could be exacerbated.
My question is: how much of an issue is this for performance? I am mostly concerned about each component having a <style>
element containing kilobytes of CSS rules. At what point does this become a performance issue? Does each component's stylesheet need to be parsed or is there opportunity for caching? Does the extra size of the DOM also make lookups, etc more costly, etc?
Would love some feedback. Thank you!...Is there a way to hook into the plasmo dev build?
parcel-core
in the next release?
Is there another way? Is there a concept of Plasmo plugins (for dev)?...contents
wasm file is not accessible from main world
Programmatically adding React components via createRoot + render gives "Invalid Hook Call" error
createRoot
and render
from react-dom
then I just get an Invalid hook call
error.
Here is my plasmo-inline.ts
content script that I was using from the with-content-scripts-ui
example:
```
import type { PlasmoCSConfig, PlasmoGetInlineAnchor } from "plasmo"...GET chrome-extension://invalid/ net::ERR_FAILED
How can I add global style into Tab & Popup with emotionjs?
Error with getting started tutorial
Svelte popup is not working from the with-svelte example
pnpm i
and run dev server pnpm run dev
. When I load the unpacked extension and click on it, doesnt open the popup.
I also checked there is no popup html in the generated manifest in build directory, but it works with popup.tsx...Tree shaking
@swc/types not resolving?
with-options
example.
When I run plasmo dev
, I get the following:
```
🟣 Plasmo v0.89.3...Plasmo with next-js routing?
Is there a way to watch storage changes for all keys, or keys matching a prefix?
Svelte 5 support in Plasmo?