Open
Conversation
🦋 Changeset detectedLatest commit: 4dc2bd1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
crutchcorn
approved these changes
Mar 6, 2026
|
View your CI Pipeline Execution ↗ for commit 4dc2bd1
☁️ Nx Cloud last updated this comment at |
Author
|
I closed this PR by mistake and reopened it. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2067 +/- ##
===========================================
- Coverage 90.35% 56.32% -34.03%
===========================================
Files 38 18 -20
Lines 1752 245 -1507
Branches 444 45 -399
===========================================
- Hits 1583 138 -1445
+ Misses 149 92 -57
+ Partials 20 15 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 Changes
fixes #1870
Refactor
WithFormto avoid using anonymous functionscause
Fast Refresh breaks when an HOC returns an
anonymous functionand the same file has another component.example code
Possibly related:
next-discussions-37405
reproduction
The following CodeSandbox demonstrates the behavior:
FastRefreshis modified and saved,Fast Refreshworks as expected.NoFastRefreshis modified and saved,Fast Refreshdoes not run.code sandbox
✅ Checklist
pnpm test:pr.🚀 Release Impact