Problem with the uuid package
Hi,
version 1.1.4 There is a problem with the uuid dependency. While the application is running occurs an error as below:
index.js:44 Uncaught TypeError: (0 , _uuid2.default) is not a function at new ReactFileReader (index.js:44)
Maybe should you froze the version of this dependency or remove it? It is a major issue. Is there a chance to fix this bug immediately?
Best regards, codezzly.
Spent the better part of 2 hours trying to figure out why I was seeing this error. Please resolve as soon as you guys can.
Npm version is not up to date. @GrillWork needs to publish the latest version.
Also you can see the index.js of the repo is not up to date.
NOTE Meanwhile you can use the repo that I forked: https://github.com/pgonzalez-santiago/react-file-reader
just npm install --save https://github.com/pgonzalez-santiago/react-file-reader
@codezzly @pb-expa
@pgonzalez-santiago 3q, it works me!!!