Skip to content

Commit c64bac8

Browse files
committedMar 29, 2025
fix(react): support >= React v18
1 parent 585bfdd commit c64bac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"test:attw": "attw --pack"
6868
},
6969
"peerDependencies": {
70-
"react": ">=19"
70+
"react": ">=18"
7171
},
7272
"build": {
7373
"external": [

0 commit comments

Comments
 (0)
Please sign in to comment.