-
Notifications
You must be signed in to change notification settings - Fork 52
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
Invariant Violation #1
Comments
Hi evandavis, I can't reproduce your bug. What React version do you have?. Can you show me your store configuration, please? And finally, are you sure that pageContainer-content exists in your main template? Best regards. |
@francescarpi I've updated my example to provide a minimum viable demonstration with all the configuration inlined as well as my package versions. I am certain that |
Update: if I copy the source directly into my app and reference Found the issue; opened a PR. |
Hi evendavis! Now I have seen that the documentation is wrong because the correct way for package import is:
not,
But I like your proposal. Today or tomorrow I'll create a new tag. Thanks! |
add hoc to abstract away context
added warning for missing translations
This example throws an
invariant violation
as well asWarning: React.createElement: type should not be null, undefined, boolean, or number.
What am I missing?Package versions:
The text was updated successfully, but these errors were encountered: