Skip to content
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

Open
wadezha opened this issue Aug 17, 2017 · 3 comments
Open

excel-export conflict with ES6 #62

wadezha opened this issue Aug 17, 2017 · 3 comments

Comments

@wadezha
Copy link

wadezha commented Aug 17, 2017

after npm install excel-export, ES6 find function cannot work!

@haresh93
Copy link

haresh93 commented Sep 1, 2017

Yes excel-export depends upon collections npm which overrides the Array.prototype.find.....is there any workaround for this??

@zhangbobell
Copy link

zhangbobell commented Apr 10, 2018

Yes, I've also encountered with this issue, you'd better write find with for loop 😢 , or we have to wait the author update collections to the latest version

navyxie added a commit to navyxie/Node-Excel-Export that referenced this issue Jun 1, 2018
update collections to the latest version , collections 3.0.0 conflict with ES6
issue:functionscope#62
@somewind
Copy link

I moved this project to https://github.com/somewind/Node-Excel-Export-Next and published a package named excel-export-next to fix this bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants