We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got this for fresh new setup of token bridge for example.yml
Unhandled Rejection (Error): Returned error: VM execution error. ▶ 8 stack frames were collapsed. RootStore src/stores/RootStore.js:14 11 | class RootStore { 12 | constructor() { 13 | this.bridgeModeInitialized = false > 14 | this.setBridgeMode() 15 | this.alertStore = new AlertStore() 16 | this.web3Store = new Web3Store(this) 17 | this.homeStore = new HomeStore(this) View compiled ./src/stores/RootStore.js src/stores/RootStore.js:33 30 | } 31 | } 32 | > 33 | export default new RootStore() 34 | View compiled __webpack_require__ /mono/ui/webpack/bootstrap:781 778 | }; 779 | 780 | // Execute the module function > 781 | modules[moduleId].call(module.exports, module, module.exports, hotCreateRequire(moduleId)); | ^ 782 | 783 | // Flag the module as loaded 784 | module.l = true; <img width="1535" alt="Screenshot 2020-11-09 at 20 09 07" src="https://user-images.githubusercontent.com/4496793/98579511-6e578d80-22c7-11eb-89e3-f33de3f40a3c.png">
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I got this for fresh new setup of token bridge for example.yml
The text was updated successfully, but these errors were encountered: