Closed flintinatux closed 7 years ago
Good find. I think I know what is going on. Will get on this.
@flintinatux hmm. the thing I thought is was is not giving me issue. I am having a hard time repro-ing. Would it be possible to get some more information? Like:
Try it in rise-frontend#master
. Just import it into any file, and you should get the same result.
Looks like this is resolved. Closing.
I don't have any trouble bundling with
browserify
, but if I bundle withwepback
using es6import
syntax like this:then I get this error in the browser:
I can clearly see in the
curry.js
file thatisFunction
is very defined, so I'm thinking it might be something in your dependency tree that is confusing poorwebpack
. Happy to help duplicate the error for you when you get a chance. In the meantime, I've fallen back toPromise
, which is not a good match for redux action creators, but it'll do until we getAsync
working.