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
The DOM-based error overlay is a nice feature but sometimes I need to fire up code with linting errors just for a moment and the overlay blocks access to the page. Up until now I was just refreshing the page in such a case but after PR #132 was landed it stopped being possible.
How about a Close button in a corner that would close the overlay when clicked? The overlay should return on the next HMR update.
The text was updated successfully, but these errors were encountered:
The DOM-based error overlay is a nice feature but sometimes I need to fire up code with linting errors just for a moment and the overlay blocks access to the page. Up until now I was just refreshing the page in such a case but after PR #132 was landed it stopped being possible.
How about a Close button in a corner that would close the overlay when clicked? The overlay should return on the next HMR update.
The text was updated successfully, but these errors were encountered: