medikoo / es5-ext

ECMAScript extensions (with respect to upcoming ECMAScript features)
ISC License
168 stars 81 forks source link

Warning: .then() only accepts functions but was passed [object Object] next-tick #91

Closed jasonwilliams closed 4 years ago

jasonwilliams commented 4 years ago

Version: 0.10.50 I am recieving this during build. I did some investigation and es5-ext seems to be the only dependency using next-tick. Does this make sense?

(node:1025) Warning: .then() only accepts functions but was passed: [object Object]lications/desktop_front_end/node_modules/next-tick 
medikoo commented 4 years ago

@jasonwilliams thanks for report. Still it doesn't look as issue with es5-ext, and information you provide is insufficient (for me) to provide any leads

If you still struggle with this, please prepare a minimal test case that involves es5-ext and exposes the issue with full stack trace.