-
Putting these lines in a react project,
```
try {
const asdf = formatRelative(subDays(new Date(), 3), new Date())
console.log("asdf", asdf)
} catch (error) {
console.error(erro…
-
### What happened?
Following the docs at https://docs.plasmo.com/framework/content-scripts-ui/life-cycle#renderer to override the default render using the built in `Inline Container` or `overlay Cont…
-
### Description
We want to make Hypercrx available in Firefox(#499), even make it available in Safari someday. In the same time, we avoid introducing extra complexity into this project. That is, w…
-
### What happened?
The file at https://github.com/PlasmoHQ/plasmo/blob/main/core/parcel-resolver/index.mjs contains polyfills for the browser environment, but the polyfill here does not take effect…
-
### How do you envision this feature/change to look/work like?
I want to change the name of shadow dom named `plasmo-csui`
### What is the purpose of this change/feature? Why?
Installing mult…
-
### How do you envision this feature/change to look/work like?
Plasmo is great but lacks flexibility.
It would be nice to allow importing plasmo inside custom script and run from it.
Something …
-
### What happened?
Installing and importing external libraries unreasonably increases build times and bundle size. Tree shaking is not taking effect.
Environment: WSL2
Plasmo version: 0.87.1
N…
-
I have found that adding to a subgraph does not necessarily update the overall graph's backend. For example, the code below throws an error because the first `incident_edges` call sets the backend of …
-
I've built an extension for chrome in [plasmo framework](https://docs.plasmo.com/framework/workflows/build):
`plasmo build --target chrome-mv3`
`plasmo build --target safari-mv3`
Plasmo also prov…
-
Hello, I'm using this package to submit a Plasmo extension in my GitLab CI pipeline, but the default timeout is too short,
in dist/index.js I see there is a retry overwrite param:
`submit = async …