Skip to content

Commit

Permalink
feat: Change return type of render to ReactNode
Browse files Browse the repository at this point in the history
  • Loading branch information
yroc92 committed Jan 16, 2024
1 parent 6b18d02 commit bc2c77a
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 bc2c77a

Please sign in to comment.