-
-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
withFirebase.render - TypeError: Cannot read property 'dispatch' of undefined #591
Comments
@weslenng Did you include the |
No, I'm using the react-redux |
@weslenng What version are you using of If you are using a |
I missed that detail, sorry. |
@weslenng All good! Actually glad to know it happened to another person. I am going to look into adding a warning in the current version since you are not the first to have this happen. |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Current Behaviour is we get an error "Cannot read property 'dispatch' of undefined" on using withFirebase in React Component.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via codesandbox or similar.
I just followed the "read me" from web-site adapting it to my boilerplate.
Clone here.
The text was updated successfully, but these errors were encountered: