Skip to content

Commit e948c18

Browse files
chore: prevent upgrade to React 19
1 parent ce6a04f commit e948c18

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.ncurc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Do not update to React 19 because some packages not compatible with React 19
2+
reject:
3+
- react
4+
- react-dom
5+
- '@types/react'
6+
- '@types/react-dom'

0 commit comments

Comments
 (0)