-
-
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
Failed context type: The context store
is marked as required in FirebaseConnect(Connect(ComponentName))
but its value is undefined
.
#688
Comments
store
is marked as required in FirebaseConnect(Connect(ComponentName))
store
is marked as required in FirebaseConnect(Connect(ComponentName))
but its value is undefined
.
store
is marked as required in FirebaseConnect(Connect(ComponentName))
but its value is undefined
.store
is marked as required in FirebaseConnect(Connect(ComponentName))
but its value is undefined
.
Please provide dependencies list from package.json. Your problem might be:
|
This is also noted in the beginning of the installation section of the README. |
Thanks, your solution worked perfectly! I went with downgrading |
Why you have to fix Please try to avoid |
@andrew-aladev Great suggestion - always open to a PR if you get a chance, otherwise I'll to get to it when I can |
Hello, This is actually my first time to use this library and after installation and setup as directed in the getting started guide and everything looked fine. My authentication state was downloaded and added to
firebase.auth
redux state.So then, I made this code on one of my components to test if I can access my database records.
What is the current behavior?
When this component gets rendered I receive that error message on the browser console and no output is being shown.
Error message:
What is the expected behavior?
I expected the component to render and console.log the products.
Thanks.
The text was updated successfully, but these errors were encountered: