Skip to content

Commit

Permalink
Merge pull request #77 from yroc92/update-render-type
Browse files Browse the repository at this point in the history
feat: Change return type of render to ReactNode
  • Loading branch information
bvaughn authored Jan 16, 2024
2 parents 6b18d02 + bc2c77a commit 7aa8650
Show file tree
Hide file tree
Showing 3 changed files with 565 additions and 582 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"typescript": "^4.1.2"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0-rc",
"react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0-rc"
"react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0",
"react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0"
},
"preconstruct": {
"exports": {
Expand Down
Loading

0 comments on commit 7aa8650

Please sign in to comment.