VicStor / react-pdf-viewer

React viewer for pdf documents
MIT License
4 stars 2 forks source link

Run in the browser error #1

Open habc0807 opened 7 years ago

habc0807 commented 7 years ago

Excuse me, I according to the use of the README.md, run in the browser error.

error: Uncaught Error: Minified React error #37; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=37 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.

Do you know what's going on?

VicStor commented 7 years ago

hi! The project still in development, so I wouldn't recommend you to use it in your projects, I make changes all the time and it's so unstable. If you want to play with it just clone repo and use npm run dev to run server in development environment. This will run dev server and webpack builds the scripts with all the source maps and not minified/uglyfied Running npm start runs server with prebuilded minified scripts, so you can not see full error messages, console.log's and other