Skip to content

Commit

Permalink
fix(react-virtualized-auto-sizer): allow usage of React 18 bvaughn/re…
Browse files Browse the repository at this point in the history
  • Loading branch information
rwieruch committed Aug 31, 2022
1 parent d32b68b commit d225372
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Expand Up @@ -5,6 +5,12 @@
"type": "module",
"main": "main.js",
"types": "index.d.ts",
"overrides": {
"react-virtualized-auto-sizer": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
},
"peerDependencies": {
"@emotion/react": ">= 11",
"react": ">=16.8.0",
Expand Down

3 comments on commit d225372

@proddy
Copy link
Contributor

@proddy proddy commented on d225372 Sep 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rwieruch could you push this change to Master? It didn't make the cut

@rwieruch
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@proddy It has been in master, but I checked myself and the typing error didn't go away :(

@proddy
Copy link
Contributor

@proddy proddy commented on d225372 Sep 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah ok, that's annoying.

Please sign in to comment.