You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on the same problem - let me know if you have any good insights. They way I have "solved" it, is in my API, if it's an async/await function, I know that only one param will be passed to it, so I just injected that one param as the only argument. This is of course works, but it's a special case of working; maybe you can come up with something better. Of course, once ES7 becomes native, it should work again, but there is that interim period to worry about.
I doubt Needlepoint supports async/await because of this:
http://stackoverflow.com/questions/36243840/babel-transpile-getting-arguments-from-outer-function
am I wrong?
The text was updated successfully, but these errors were encountered: