DEV Community

Discussion on: Practice React/TypeScript By Building A Chrome Extension

Collapse
 
flippedcoding profile image
Milecia

Ope! Sorry it took a while to get back to y'all. But after you run the build, did you use the build folder when you click Load unpacked? It should look like this extension

Thread Thread
 
martin_cerdeira profile image
Super Intergalactic Tinchi 🐠

Exactly. In my case, I used the build folder.

Thread Thread
 
flippedcoding profile image
Milecia • Edited

Hmmm... 🤔 If you went through all the steps and copied the code line for line, I'm not sure what the problem is.

Wait! Did you run create-react-app after you installed it? I know it sounds kind of simple, but I'm not sure what else it could be.

You can try to compare your code to mine here: github.com/flippedcoder/little-dem...