Skip to content

Commit 2a23ccc

Browse files
Hyperkid123claude
andcommitted
fix: add react-final-form overrides for React 19 peer dep conflict
react-final-form and react-final-form-arrays declare peer react@"^16 || ^17 || ^18" which conflicts with react@19. Using $-reference overrides resolves ERESOLVE. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent af386cb commit 2a23ccc

2 files changed

Lines changed: 25 additions & 3 deletions

File tree

package-lock.json

Lines changed: 19 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@
114114
"@fluentui/react-component-ref": {
115115
"react": "^19.0.0",
116116
"react-dom": "^19.0.0"
117+
},
118+
"react-final-form": {
119+
"react": "$react"
120+
},
121+
"react-final-form-arrays": {
122+
"react": "$react"
117123
}
118124
},
119125
"dependencies": {

0 commit comments

Comments
 (0)