react-file-reader icon indicating copy to clipboard operation
react-file-reader copied to clipboard

Problem with the uuid package

Open codezzly opened this issue 7 years ago • 3 comments

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.

codezzly avatar Sep 21 '18 08:09 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.

pb-expa avatar Sep 24 '18 22:09 pb-expa

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 avatar Sep 26 '18 10:09 pgonzalez-santiago

@pgonzalez-santiago 3q, it works me!!!

b9AobJ avatar Sep 26 '18 11:09 b9AobJ