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
If I edit Foo.tsx it will do a full page reload
If I add another export in ./foo/index.ts for -> Bar.tsx and edit this file, it will also do a page reload.
Which area(s) of Next.js are affected? (leave empty if unsure)
If I edit Foo.tsx it will do a full page reload
If I add another export in ./foo/index.ts for -> Bar.tsx and edit this file, it will also do a page reload.
Expected Behavior
fast refresh when Bar is edited
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale due to two years of inactivity. It will be closed in 7 days unless there’s further input. If you believe this issue is still relevant, please leave a comment or provide updated details. Thank you.
Verify canary release
Provide environment information
nextjs 12.3/13
In the repo I setup a new app with:
_document.tsx -> ../foo/index.ts -> ../foo/Foo.tsx
If I edit Foo.tsx it will do a full page reload
If I add another export in ./foo/index.ts for -> Bar.tsx and edit this file, it will also do a page reload.
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue
https://codesandbox.io/s/winter-leftpad-2tgntn
To Reproduce
codesandbox
Describe the Bug
In the repo I setup a new app with:
_document.tsx -> ../foo/index.ts -> ../foo/Foo.tsx
If I edit Foo.tsx it will do a full page reload
If I add another export in ./foo/index.ts for -> Bar.tsx and edit this file, it will also do a page reload.
Expected Behavior
fast refresh when Bar is edited
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: