Has anyone experienced the problem with example React App?
this problem came from running the demo app from the blog.
Unhandled Rejection (Error): Given action “ENIGMA_INITIALIZED”, reducer “enigma” returned undefined. To ignore an action, you must explicitly return the previous state. If you want this reducer to hold no value, you can return null instead of undefined.
resolved. need to change the hardcoded localhost and 127.0.0.1 local host address for connecting to enigma in get EngmaInit.js and getWeb3.js if deployed to remote machines.
However, there is “not enough tokens” problem after submitting 3 addresses.
demo-app.rebloc.io/:1 Uncaught (in promise) {name: “NotEnoughTokens”, message: “Not enough tokens to pay the fee”}message: "Not enough tokens to pay the fee"name: "NotEnoughTokens"proto: Object
Promise.then (async)
Form._this.listenToSubmit @ createReduxForm.js:299
(anonymous) @ createReduxForm.js:328
(anonymous) @ silenceEvents.js:9
callCallback @ react-dom.development.js:147
invokeGuardedCallbackDev @ react-dom.development.js:196
invokeGuardedCallback @ react-dom.development.js:250
i
Hello, I encountered the same issue when I start the front-end demo, I try to acces the 127.0.0.1:3000 on my laptop, and the brower showed the same error, do you know how to solve it?