You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: