The Deviant
The Deviant
PD🧩 Plasmo Developers
Created by The Deviant on 3/15/2024 in #🔰newbie
Sidepanel as main
@lab i need help really :))
19 replies
PD🧩 Plasmo Developers
Created by The Deviant on 3/15/2024 in #🔰newbie
Sidepanel as main
@lab like this?
export const createSidebar = (property: Property) => {
const sidebarContainer = document.createElement("div");
ReactDOM.createRoot(sidebarContainer).render(
<QueryClientProvider client={queryClient}>
<Sidebar property={property} />
</QueryClientProvider>,
);
return sidebarContainer;
};
export const createSidebar = (property: Property) => {
const sidebarContainer = document.createElement("div");
ReactDOM.createRoot(sidebarContainer).render(
<QueryClientProvider client={queryClient}>
<Sidebar property={property} />
</QueryClientProvider>,
);
return sidebarContainer;
};
and call the function on popup.tsx?
19 replies
PD🧩 Plasmo Developers
Created by The Deviant on 3/15/2024 in #🔰newbie
Sidepanel as main
would you recommend a doc on how i should inject it on clicking the extension icon? i'd be so thankful. i'm quite new to this @lab
19 replies
PD🧩 Plasmo Developers
Created by The Deviant on 3/15/2024 in #🔰newbie
Sidepanel as main
oh, righttt. just saw that. i could spend hours and not realize that. thanks. but i still need to implement the sidepanel. and i dont see how i should do that
19 replies
PD🧩 Plasmo Developers
Created by The Deviant on 3/15/2024 in #🔰newbie
Sidepanel as main
oh. then would you please tell me a little more about your solution. i dont get it
19 replies
PD🧩 Plasmo Developers
Created by The Deviant on 3/15/2024 in #🔰newbie
Sidepanel as main
@lab i tried forking -with-sidepanel but nothing shows up. and i get no error
19 replies
PD🧩 Plasmo Developers
Created by The Deviant on 3/15/2024 in #🔰newbie
Sidepanel as main
@lab
19 replies
PD🧩 Plasmo Developers
Created by gehrig. on 8/24/2023 in #🔰newbie
How to use plasmo with a side panel?
did you get to solve it?
12 replies
PD🧩 Plasmo Developers
Created by gehrig. on 8/24/2023 in #🔰newbie
How to use plasmo with a side panel?
i'm having the exact same problem
12 replies
PD🧩 Plasmo Developers
Created by gehrig. on 8/24/2023 in #🔰newbie
How to use plasmo with a side panel?
anyone found a solution?
12 replies
PD🧩 Plasmo Developers
Created by The Deviant on 3/15/2024 in #🔰newbie
Sidepanel as main
Anyone? I'm so stuck
19 replies