Is this supposed to work with server-side rendering?
See original GitHub issueI get this exception
Warning: setState(...): Can only update a mounting component. This usually means you called setState() outside componentWillMount() on the server. This is a no-op. Please check the code for the LoadingBar component.
Thanks
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
What is Server-Side Rendering? Definition and FAQs
Server-side rendering (SSR) is an application's ability to convert HTML files on the server into a fully rendered HTML page for the client....
Read more >What is server-side rendering? - Educative.io
Server-side rendering (SSR), is the ability of an application to contribute by displaying the web-page on the server instead of rendering it in...
Read more >What's Server Side Rendering and do I need it? - Medium
If that is the case, it means that server-side rendering is working as expected, and you can start to grow your application!
Read more >What is server-side rendering and how does it improve site ...
Server-side rendering ensures that website content appears quickly, without first having to download and run application code.
Read more >Client-side vs. server-side rendering: why it's not all black and ...
Server -side rendering is the most common method for displaying information onto the screen. It works by converting HTML files in the server...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@vhpoet Great to hear. I’m going to close this issue for now as I can’t reproduce the remaining problem. Please feel free to reopen it if you find additional details.
@mironov animation thing is fixed, but the other issue is not resolved. This might be a problem with my local environment tho, don’t have much time to debug right now, so will just add the middleware on the client only.