question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is this supposed to work with server-side rendering?

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mironovcommented, Mar 7, 2017

@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.

0reactions
vhpoetcommented, Mar 7, 2017

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found