Andy
Andy
PD🧩 Plasmo Developers
Created by Andy on 4/9/2023 in #👾extension
Invalid value for 'content_scripts[0].matches[0]': Empty path. Could not load manifest. Please help!
like before i didnt need to do that, when i set it up, its just pnpm install, pnpm dev right?
5 replies
PD🧩 Plasmo Developers
Created by Andy on 4/9/2023 in #👾extension
Invalid value for 'content_scripts[0].matches[0]': Empty path. Could not load manifest. Please help!
Ok, so i just made a new extension by git cloning my old one and it wokrs now? just one small issue is that I have to add import react from "React" and in tsconfig, I have to add "jsx": "react", "compilerOptions": { "jsx": "react", "paths": { "~": [ "./" ] }, "baseUrl": "." } }
5 replies
PD🧩 Plasmo Developers
Created by Andy on 1/5/2023 in #🔰newbie
React Router doesnt display UI until after being updated, all help appreciated!
damm, should i be worried? on the bright side it doesnt have the | Extension re-packaged in 1343ms! 🚀 thingy after the settimeout if that means naything
17 replies
PD🧩 Plasmo Developers
Created by Andy on 1/5/2023 in #🔰newbie
React Router doesnt display UI until after being updated, all help appreciated!
yea unfortunately it doesnt work then
17 replies
PD🧩 Plasmo Developers
Created by Andy on 1/5/2023 in #🔰newbie
React Router doesnt display UI until after being updated, all help appreciated!
hey so i came up with kind of a hacky solutoin, not sure if itll work in production but maybe you'll know? basically i used useEffect and setTimeout to run after a second, which seems to then refresh the page so that auth state is checked
17 replies
PD🧩 Plasmo Developers
Created by Andy on 1/5/2023 in #🔰newbie
React Router doesnt display UI until after being updated, all help appreciated!
great thanks! ill let u know if it works and i can send the popup tsx if needed
17 replies
PD🧩 Plasmo Developers
Created by Andy on 1/5/2023 in #🔰newbie
React Router doesnt display UI until after being updated, all help appreciated!
maybe using react-router with some sort of useeffect that wil run the onAuthStateChanged when the page is navigated to?
17 replies
PD🧩 Plasmo Developers
Created by Andy on 1/5/2023 in #🔰newbie
React Router doesnt display UI until after being updated, all help appreciated!
i tried global state management, and i dont htink it worked, heres my code if u want to help
17 replies
PD🧩 Plasmo Developers
Created by Andy on 1/4/2023 in #🔰newbie
How do you create something like multiple pages or a carousel in plasmo?
does framer motion work?
13 replies
PD🧩 Plasmo Developers
Created by Andy on 1/4/2023 in #🔰newbie
How do you create something like multiple pages or a carousel in plasmo?
and how about to create a careousel effect when swapping pages?
13 replies
PD🧩 Plasmo Developers
Created by Andy on 1/4/2023 in #🔰newbie
How do you create something like multiple pages or a carousel in plasmo?
sorry but one more thing, so do i need to put all my components in a routes folder? or can i route by just specificying the path?
13 replies
PD🧩 Plasmo Developers
Created by Andy on 1/4/2023 in #🔰newbie
How do you create something like multiple pages or a carousel in plasmo?
ty!!
13 replies
PD🧩 Plasmo Developers
Created by Andy on 1/4/2023 in #🔰newbie
How do you create something like multiple pages or a carousel in plasmo?
<BrowserRouter> <App /> </BrowserRouter>
13 replies
PD🧩 Plasmo Developers
Created by Andy on 1/4/2023 in #🔰newbie
How do you create something like multiple pages or a carousel in plasmo?
hey thanks! but how do i do the following like this in react but in a plasmo extension?
13 replies