auth0-blog / react-flux-jwt-authentication-sample

Sample for implementing Authentication with a React Flux app and JWTs
590 stars 101 forks source link

Dispatcher Error #3

Closed masterfung closed 9 years ago

masterfung commented 9 years ago

I am getting TypeError: this.$Dispatcher_callbacks[id] is not a function when serving the page.

I am following along your tuts but I am getting the error above. I had to change a few things on my end. Here is the link to the github link: https://github.com/masterfung/react-flux-login

mgonto commented 9 years ago

Hey,

I'm not getting that error :(. Where are you getting it? What did you have to change?

Thanks for the report!

masterfung commented 9 years ago

i managed to solve it once i reinstalled my npm. its all good now! Thanks!