Skip to content

Commit d225372

Browse files
committed
fix(react-virtualized-auto-sizer): allow usage of React 18 bvaughn/react-virtualized-auto-sizer#40 (comment)
gits
1 parent d32b68b commit d225372

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"type": "module",
66
"main": "main.js",
77
"types": "index.d.ts",
8+
"overrides": {
9+
"react-virtualized-auto-sizer": {
10+
"react": "^18.0.0",
11+
"react-dom": "^18.0.0"
12+
}
13+
},
814
"peerDependencies": {
915
"@emotion/react": ">= 11",
1016
"react": ">=16.8.0",

0 commit comments

Comments
 (0)