Bug report
I'm filing it as a separate issue to #13024 although they are somewhat related.
Describe the bug
The warning about Full Reload can easily be missed because as soon as it is shown... the page reloads. Without specific browser settings, many users might miss it.
For me, I saw there was a warning, but couldn't read it until I enabled Preserve Log in Chrome.
To Reproduce
pages/index.js:
import '../src/somefile'
export default () => null;
Then edit and save somefile.
Expected behavior
The user should see the warning, regardless of browser settings.
It would be nice if the error shows after the reload, not before it
Screenshots

System information
- Version of Next.js: 9.4.1
Bug report
I'm filing it as a separate issue to #13024 although they are somewhat related.
Describe the bug
The warning about Full Reload can easily be missed because as soon as it is shown... the page reloads. Without specific browser settings, many users might miss it.
For me, I saw there was a warning, but couldn't read it until I enabled Preserve Log in Chrome.
To Reproduce
pages/index.js:Then edit and save
somefile.Expected behavior
The user should see the warning, regardless of browser settings.
It would be nice if the error shows after the reload, not before it
Screenshots
System information