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
It can sometimes be confusing when you don't see the overlay after refreshing, because you'll be working with the most recent valid webpack build without knowing that there's still an unresolved error until you look back at the console.
I tested with create-react-app, and their overlay appears on refresh (relevant code seems to be here), so that solution might be applicable here.
I'll be happy to do the PR for this if people agree this is a good idea.
The text was updated successfully, but these errors were encountered:
Continuing the discussion from gaearon/react-hot-loader#390:
It can sometimes be confusing when you don't see the overlay after refreshing, because you'll be working with the most recent valid webpack build without knowing that there's still an unresolved error until you look back at the console.
I tested with
create-react-app
, and their overlay appears on refresh (relevant code seems to be here), so that solution might be applicable here.I'll be happy to do the PR for this if people agree this is a good idea.
The text was updated successfully, but these errors were encountered: