Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
4bbb4cb
upd
dimaMachina Apr 5, 2026
c4d3d43
upd
dimaMachina Apr 5, 2026
725e224
fix
dimaMachina Apr 5, 2026
a24a69f
fix
dimaMachina Apr 5, 2026
567f52b
Add changeset for validateNoImpureFunctionsInRender
github-actions[bot] Apr 5, 2026
bde88eb
add comment
dimaMachina Apr 5, 2026
759fb14
update lock
dimaMachina Apr 5, 2026
0ad0c84
enable `validateNoDerivedComputationsInEffects`
dimaMachina Apr 5, 2026
70015d1
upd
dimaMachina Apr 5, 2026
c4da6ab
upd
dimaMachina Apr 5, 2026
5cd79ae
Merge branch 'main' into validateNoDerivedComputationsInEffects
dimaMachina Apr 5, 2026
70f20b4
upd
dimaMachina Apr 5, 2026
23f6905
style: auto-format with biome
github-actions[bot] Apr 5, 2026
6a34371
enable `enableJsxOutlining` in React compiler config
dimaMachina Apr 5, 2026
416ae86
enable `enableJsxOutlining` in React compiler config
dimaMachina Apr 5, 2026
8216e94
apply review
dimaMachina Apr 5, 2026
0c939c6
style: auto-format with biome
github-actions[bot] Apr 5, 2026
66816de
Add changeset for validateNoDerivedComputationsInEffects
github-actions[bot] Apr 5, 2026
a09c152
rename
dimaMachina Apr 5, 2026
2f5ccb7
rename
dimaMachina Apr 5, 2026
237db82
cleanup
dimaMachina Apr 5, 2026
2566bee
cleanup
dimaMachina Apr 5, 2026
0955b0b
Apply suggestion from @dimaMachina
dimaMachina Apr 5, 2026
54ddd54
apply feedback
dimaMachina Apr 5, 2026
d8ec59a
add test
dimaMachina Apr 5, 2026
24dc292
upd
dimaMachina Apr 5, 2026
e318792
upd
dimaMachina Apr 5, 2026
a67a9eb
polish
dimaMachina Apr 5, 2026
1f30793
Merge branch 'validateNoDerivedComputationsInEffects' into enableJsxO…
dimaMachina Apr 5, 2026
934df9b
Merge branch 'main' into enableJsxOutlining
dimaMachina Apr 5, 2026
7de42e5
pnpm lock
dimaMachina Apr 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion patches/babel-plugin-react-compiler.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# TODO: Remove when upstream supports this config option https://github.com/vercel/next.js/issues/92365

diff --git a/dist/index.js b/dist/index.js
index d2f1a1f711a08583ebbc563027c970d3c90e3f43..12010bbcb7bf4a66934baf2c45d4e6f7c6723d17 100644
index d2f1a1f711a08583ebbc563027c970d3c90e3f43..78ead959918fdee094bdae7c2916a388ec3ccf81 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -84248,7 +84248,7 @@ var EnvironmentConfigSchema = external_exports.object({
Expand All @@ -24,3 +24,12 @@ index d2f1a1f711a08583ebbc563027c970d3c90e3f43..12010bbcb7bf4a66934baf2c45d4e6f7
/**
* Validate against passing mutable functions to hooks
*/
@@ -84356,7 +84356,7 @@ var EnvironmentConfigSchema = external_exports.object({
* With this change, when `countries` is updated by adding one single value,
* only the newly added value is re-rendered and not the entire list.
*/
- enableJsxOutlining: external_exports.boolean().default(false),
+ enableJsxOutlining: external_exports.boolean().default(true),
/*
* Enables instrumentation codegen. This emits a dev-mode only call to an
* instrumentation function, for components and hooks that Forget compiles.
Loading
Loading