-
Notifications
You must be signed in to change notification settings - Fork 755
componentDidMount not fired #565
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
Comments
Wow, so the components do mount on the page, but the function is never called? I have no idea what it could be, so I just have the normal questions:
|
@tchret If you disabled prerender, I assume your component was rendered by Ajax call or something like that (not on first page load). You should add |
Did you find a solution?? |
@rmosolgo yes, it was a dumb mistake where I was 100% involved... |
no problem, glad you found it! |
What was the issue? I've stumbled upon this issue myself and really can't get past it... |
My app doesn't crash, but I'm getting unexpected behavior. So, I've described the unexpected behavior and suggested a new behavior.
Hello,
Since I've fixed a prerender issue in #555,
componentDidMount
is not fired anymore...I've also added a
server_rendering.js
file to fix another issue, who is:I don't understand where the problem come from, even if I set the prerender to false the
componentDidMount
is still not fired.The text was updated successfully, but these errors were encountered: