DimiMikadze / create-react-library

React NPM library starter kit based on Facebook's create react app
MIT License
602 stars 60 forks source link

Uncaught TypeError: Cannot read property 'call' of undefined #50

Closed SCasarotto closed 5 years ago

SCasarotto commented 5 years ago

First I want to say thanks for this library and second that I am very new to deploying a package.

I am receiving this error when I try to use my library with npm install or yarn link.

Uncaught TypeError: Cannot read property 'call' of undefined

Everything works correctly when I run yarn run start.

Any Suggestions? Any information I can provide to make this easier to track down?

Code: https://github.com/SCasarotto/react-tec