Hello, I'm currently working through the build apps stellar wallet tutorial, but I've run into a snag. I don't think its necessarily an issue with the stellar sdk, but rather with stencil.js. When I run the stellar localhost I get the following errors:
Uncaught (in promise) Error: Constructor for "stellar-wallet#undefined" was not found
at initializeComponent
TypeError: Cannot set properties of undefined (setting 'ES6Promise')
GET http://localhost:3334/null 404 (Not Found)
I just finished section Create a Basic Wallet, but nothing renders in the browser. Has anyone encountered this issue? I have tried deleting my node modules then npm install
again with no luck, as well as bumped the stencil version. For more context I'm running ubuntu on WSL2. Here is my repo if anyone would like to recreate the issue. I found a few links with the same type of issue, but no solution: stackoverflow and github. Any help/ advice is appreciated. 😅