AlexB
AlexB
PD🧩 Plasmo Developers
Created by Jingying (Frieda) Huang on 10/26/2023 in #👟framework
Why do I keep getting the errors of `Uncaught Error: Extension context invalidated.` and `React.jsx`
Hi, if you are referring to the “Extension context invalidated”, this appears when you have a content script in the page and the background script was unloaded, this most often happens when you are using the ‘dev’ command which try to refresh the content scripts automatically. If you wish to not get those error anymore, there is a flag —no-cs-reload
5 replies
PD🧩 Plasmo Developers
Created by AlexB on 2/11/2025 in #👟framework
Debugging plasmo source code
Also I might try to create a launch.json and open a PR for that
6 replies
PD🧩 Plasmo Developers
Created by AlexB on 2/11/2025 in #👟framework
Debugging plasmo source code
Agh, I see. What about debugging the create plasmo —with-example ? How would I trigger that piece of code locally
6 replies
PD🧩 Plasmo Developers
Created by AlexB on 2/11/2025 in #👟framework
Debugging plasmo source code
@lab sorry for the tag, but most likely you are the one able to answer this
6 replies
PD🧩 Plasmo Developers
Created by jenya on 2/2/2025 in #👟framework
Blacklisting
Hi! You can use exclude_matches property of PlasmoCSConfig where you define the config of your content script.
3 replies
PD🧩 Plasmo Developers
Created by MK on 2/6/2025 in #👟framework
Error while setting plasmo on a fedora desktop.
Hi, what error are you getting back? Could you please share it?
2 replies
PD🧩 Plasmo Developers
Created by blackawn on 7/3/2024 in #👟framework
Build config
Hi, have you managed to solve this?
4 replies
PD🧩 Plasmo Developers
Created by joseangel_sc on 7/31/2024 in #👟framework
for some reason, when i run `npm run dev` the popup.html file is no longer been generated
pnpm is highly recommended, it's worth trying with it
3 replies
PD🧩 Plasmo Developers
Created by AlexB on 8/1/2024 in #👟framework
Css bundling - Css modules + classnames breaks
Hi again! I've made a simple repo where the issue is reproduced for css modules with css. We can see that the class that should apply last actually applies first. https://github.com/BalutaAlex/reproduce-error . Can you have a quick look?
15 replies
PD🧩 Plasmo Developers
Created by AlexB on 8/1/2024 in #👟framework
Css bundling - Css modules + classnames breaks
The style is injected ok, the same problem happens for all components (some used only in popup). The problem is the order of the classes in the created bundle. It seems it bundles in the wrong order. I’ll do a minimal reproducible repository of the problem and share it here.
15 replies
PD🧩 Plasmo Developers
Created by AlexB on 8/1/2024 in #👟framework
Css bundling - Css modules + classnames breaks
This is happening both in the popup page context and in a CSUI. I am sharing the Spinner component between those two.
15 replies
PD🧩 Plasmo Developers
Created by AlexB on 8/1/2024 in #👟framework
Css bundling - Css modules + classnames breaks
Let me know if I need to provide any extra info that could be helpful
15 replies
PD🧩 Plasmo Developers
Created by AlexB on 8/1/2024 in #👟framework
Css bundling - Css modules + classnames breaks
Any ideas could be really helpful
15 replies
PD🧩 Plasmo Developers
Created by AlexB on 8/1/2024 in #👟framework
Css bundling - Css modules + classnames breaks
Tried both with import styles from ‘styles.module.scss’ and import * as styles from ‘styles.module.scss’ No luck.
15 replies
PD🧩 Plasmo Developers
Created by AlexB on 8/1/2024 in #👟framework
Css bundling - Css modules + classnames breaks
@lab sorry for pinging, this is a big blocker in the migration process. Any ideas on this?
15 replies