Closed wannesdemaeght closed 6 years ago
Need to install babel-polyfill
for async support.
Installed babel-polyfill. same error.
oh wow, what a great attitude. I realise that you are doing this for free, open source and all. I genuinely thought you would appreciate feedback, to know that your efforts don't go unnoticed. Guess I was wrong.
anyhow, babel-polyfill IS installed, but that does not make a difference. Do I need to make a change to my code to reference it explicitly? (I would think no, but not sure at all)
So even after me sending you a link to direct you to information you should have been able to find in 10 second of search, you still require direction, like, really? As you said this is open-source, maintainers expect users to at least try before opening an issue, my attitude is not the problem here but your apparent laziness.
import 'babel-polyfill'
Hey man, nevermind. I'll just stay on 0.5.0, no worries.
(you do know that import is not natively supported yet, right?) (you also probably know that if you add code-breaking features, like this obviously is, you might want to add a simple update to your manual?)
A require
is also possible, but you're probably right though, I'll just use a promise to support more environments without specific configuration.
anyhow, thank you for your time and effort in making this library available to everyone. Even noobs like me :-)
Better solution always wins, sorry for the beef, fixed in 0.5.3
🙂 ❤️
Working perfectly!
Updated from 0.5.0 to 0.5.2, trader won't start. Error:
Downgraded back to 0.5.0, working again.