-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
excel-export conflict with ES6 #62
Comments
Yes excel-export depends upon collections npm which overrides the Array.prototype.find.....is there any workaround for this?? |
Yes, I've also encountered with this issue, you'd better write find with for loop 😢 , or we have to wait the author update |
update collections to the latest version , collections 3.0.0 conflict with ES6 issue:functionscope#62
I moved this project to https://github.com/somewind/Node-Excel-Export-Next and published a package named |
after npm install excel-export, ES6 find function cannot work!
The text was updated successfully, but these errors were encountered: