React route is rendered twice when I use useStorage hook
useStorage
my component is rendered twice, I can't quite understand why this is happening....Sidepanel as main
Typescript Confusion
typeof
in the browser it tells me its a object but I only have this issue when using the .then
syntax of the promise. If I use async/await I can cast it correctly to my custom type but I'm not sure how to do this from a .then
resolution.
...
await not defined
create plasmo
. had the basics working, but it seems like my background script shows errors with chrome as soon as i try to use async code. is that expected?
seems to have failed after i added a dependency on idb
...Logging user errors
with-message example
tab page works with pnpm run dev but is blocked when i run pnpm build and pnpm package
How to fetch current tab localStorage?
background error
I am trying to console.log a string but I am not quite sure where it is. Where do I see console.log
Unable to install storage API in my project

how to change inlineInsertPosition?
Is there a way to build a webapp or electron app based on a Plasmo project?
How to make absolute button CSUI

How to listen to all HTTP requests?
chrome.webRequest
does. Is there a way to do this with Plasmo?How do I disable the popup in dev mode?
Struggling with Plasmo Messaging API: Sending Message from CSUI to BGSW Issue
useEffect
useEffect
content.tsx
content.tsx
Style / Font consistency between content scripts
Building a standalone Embed
parcel build ./src/widget/index.tsx --target widget
with the target specified in the package.json
, but we're running into a lot of dependency resolution issues, specifically with the ~/*
configured to be ./src/*
, and pnpm workspace modules....