This repository was archived by the owner on May 17, 2019. It is now read-only.
This repository was archived by the owner on May 17, 2019. It is now read-only.
Surface SSR errors in browser UI #53
Closed
Description
Right now when node errors my browser just spins forever while the error has already been outputted to my console. If we get an error during SSR it should just takeover the page.
In webpack, we would just specify the overlay: true
option. We could also look at what create-react-app does. E.g., facebook/create-react-app/pull/744.
Metadata
Metadata
Assignees
Labels
No labels