Deepak Tatineni

Results 3 comments of Deepak Tatineni

I have faced webpack build hanging issue. I have created a test repo to replicate the issue [here ](https://github.com/deepaktatineni/webpack-reproduce). This took forever for me to debug. Removing pre-warmup resolved the...

This solved my issue with natively without react-CSV. ``` javascript const link = document.createElement('a') link.href = window.URL.createObjectURL(csv) link.download = `filenName.csv` link.dispathEvent(new MouseEvent('click')) ```