react-server icon indicating copy to clipboard operation
react-server copied to clipboard

Add a client transition timeout

Open nampas opened this issue 9 years ago • 1 comments

Related to https://github.com/redfin/react-server/issues/189

If a RootElement never resolves on a page, react-server won't be able to do a client transition away from the page. Maybe we should add a timeout for RootElement resolution.

nampas avatar May 25 '16 17:05 nampas

Good call @nampas. We have a failsafe render timeout on the server, but not in the client.

gigabo avatar May 25 '16 17:05 gigabo