How do I retrieve data with Plasmo storage api
I have the following code in a JSX component
In my contents/highlighter.ts file i have the following code:
const storage = new Storage()
I have already verified that in the JSX component that setSelectedDeck is setting selectedDeck properly but I get null when I log from my contents/highlighter.ts
2 Replies