Skip to content

Commit

Permalink
fix(react-virtual): add missing react-dom peer dependencies (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
piecyk authored Oct 21, 2023
1 parent 59692ff commit c940b9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/react-virtual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@tanstack/virtual-core": "3.0.0-beta.66"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
}

0 comments on commit c940b9e

Please sign in to comment.