Brandon
PD🧩 Plasmo Developers
•Created by Brandon on 12/24/2023 in #🦉pallas
I had to create a new tab to get this to
@Adeel Ehsan Not sure if you figured it out, but I just ran into it again. I deleted the build folder and built it again. Then it worked. Something else to try
31 replies
PD🧩 Plasmo Developers
•Created by Acetyld on 12/24/2023 in #🔰newbie
Where can i see the logs from my popup.vue or popup.tsx?
I'm not sure about vue, I'm using react, sorry @Acetyld
5 replies
PD🧩 Plasmo Developers
•Created by Brandon on 12/24/2023 in #🦉pallas
I had to create a new tab to get this to
pnpm dev
31 replies
PD🧩 Plasmo Developers
•Created by Brandon on 12/24/2023 in #🦉pallas
I had to create a new tab to get this to
I'm using pnpm
31 replies
PD🧩 Plasmo Developers
•Created by Brandon on 12/24/2023 in #🦉pallas
I had to create a new tab to get this to
yeah I have a whole bunch of tabs open, but every time I reload the extension, I open a new tab
31 replies
PD🧩 Plasmo Developers
•Created by Brandon on 12/24/2023 in #🦉pallas
I had to create a new tab to get this to
I didn't make any changes to my
package.json
31 replies
PD🧩 Plasmo Developers
•Created by Brandon on 12/24/2023 in #🦉pallas
I had to create a new tab to get this to
31 replies
PD🧩 Plasmo Developers
•Created by Brandon on 12/24/2023 in #🦉pallas
I had to create a new tab to get this to
Someone suggested closing the browser and restarting it
31 replies
PD🧩 Plasmo Developers
•Created by Brandon on 12/24/2023 in #🦉pallas
I had to create a new tab to get this to
I copied and pasted yours and it's working for me* with my suggested change
31 replies
PD🧩 Plasmo Developers
•Created by Brandon on 12/24/2023 in #🦉pallas
I had to create a new tab to get this to
in
popup.tsx
31 replies
PD🧩 Plasmo Developers
•Created by Brandon on 12/24/2023 in #🦉pallas
I had to create a new tab to get this to
change
const res = await sendToContentScript({ name: "getContent" })
to const res = await sendToContentScript({ name: "content" })
31 replies
PD🧩 Plasmo Developers
•Created by Brandon on 12/24/2023 in #🦉pallas
I had to create a new tab to get this to
Can you share the files you have?
31 replies
PD🧩 Plasmo Developers
•Created by Brandon on 12/24/2023 in #🦉pallas
I had to create a new tab to get this to
It seems that it needs the
.tsx
extension. https://discord.com/channels/946290204443025438/1187812316025204736/118781231602520473631 replies
PD🧩 Plasmo Developers
•Created by Brandon on 12/24/2023 in #🦉pallas
I had to create a new tab to get this to
I have
contents/content.tsx
31 replies
PD🧩 Plasmo Developers
•Created by Brandon on 12/24/2023 in #🦉pallas
I had to create a new tab to get this to
I just mean after I reloaded the extension, I had to use a new tab. All existing tabs wouldn't work.
31 replies
PD🧩 Plasmo Developers
•Created by Acetyld on 12/24/2023 in #🔰newbie
Where can i see the logs from my popup.vue or popup.tsx?
If you right click on the popup in your browser, you can click "inspect". This should open a new window where you can view the console logs.
5 replies
PD🧩 Plasmo Developers
•Created by samson on 12/22/2023 in #🔰newbie
Receiving end does not exist.
I figured it out... Apparently you need new tabs, not just a refresh of old tabs.. OOF. Thanks for the code and suggestion of using
.tsx
@samson18 replies
PD🧩 Plasmo Developers
•Created by samson on 12/22/2023 in #🔰newbie
Receiving end does not exist.
popup.tsx
18 replies