-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
trouble rendering pure/stateless components #49
Comments
Seems everything okay for me at a quick glance. Give it a try to find the problem. If not, ping me. |
I did sort it out. I forgot that this component was wrapped in a factory function. Once I sorted that out, it worked correctly. Sorry for the noise. |
Okay. Great. |
I'm actually having the same problem. Any component created by
I have found that using an explicit |
I am experiencing this one too. any solutions? |
Fix wrong detection of propType when isRequired is set
Check whether app exists before fetching data
As briefly mentioned in #16, I'm having trouble getting a pure component to render in a simple reference application. I receive the error
Error: inst.render is not a function
when attempting to render this component.I plan to keep digging deeper to try to confirm my suspicions, but thought you may be able to confirm more quickly or guide me in another direction.
The text was updated successfully, but these errors were encountered: