5

Hey all,

Need some ReactJS help:

So I was able to redo a browser extension project to fit my needs for my browser proxy project, however for some reason, the original source code doesn't seem to know the Setup class for the setup page. Webpack is not the issue but it seems it can't find the exported class, which makes the browser extension unusable. I hope you can help with my silly screwup.

Extension Source code: https://github.com/sr229/filo/...

I really lost all hope :<

Comments
  • 2
    Shouldn't the import in /extension/src/setup.js be:

    import Setup from './setup/index'

    Currently it's just importing itself.
Add Comment