-
Notifications
You must be signed in to change notification settings - Fork 376
regeneratorRuntime not defined error in new xrp app #258
Comments
Same issue happening on transport hid |
looks like you need to add babel-polyfill |
Yeah, google said that in a couple of posts, but its not the appropriate solution. If it's a known requirement, it should be in the dependancies? And in a way, it is, because if i add the require statement, then everything works fine. The last version of the app (4.25) works perfectly fine out of the box, not having to install any of babel deps. |
it originated here #228 |
Googled the s*** out of the error, didnt find that thread. Thanks! |
I think this problem should be still open as moving to babel@7 didn't solve it |
I am getting this with latest release |
The recommended solution of |
|
New xrp app doesn't work (at least for me). Constantly throws error regeneration runtime is not defined:
if i add
const regeneratorRuntime = require("regenerator-runtime");
in the lib/xrp.js, it starts working normally.The text was updated successfully, but these errors were encountered: