-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade examples and packages to react 18 (#1718)
* add react 18 support * upgrade examples and packages to react 18 * fix unit tests for react@18 * upgrade react-testing-library * fix antd tests * update unit tests for react@18 * disable hoist * update package-lock * fix react-hook-form and react-table dependencies * refactor: disable lerna bootstrap hoist * fix: react@18 "children" type build issues * fix: add "react-query" dependency for @pankod/refine-cloud package * fix: add "@mui/icons-material" dependency for finefoods mui example * fix: unit tests * fix: react@18 build issues * chore: update peerDependencies * build: enable hoist mode * refactor: update all dependencies to react@18 * fix: hoist finefoods mui example * refactor: upgrade typescript to 4.7.4 * fix: react@18 issues on finefoods ant design example * chore: update package-lock * fix: axios version * fix: react@18 compability * fix: finefoods mui react@18 issues * refactor: unit tests compability react@18 * refactor: react@18 compatibility of core package's unit tests Co-authored-by: Ali Emir Şen <[email protected]> * refactor: react@18 compatibility of antd package's unit tests * refactor: react@18 compatibility of mui package's unit tests * refactor: react@18 compatibility of react-hook-form example * refactor: react@18 compatibility of refine-react-hook-form-use-steps-form-example example * refactor: react@18 compatibility of refine-realworld-example * refactor: react@18 compatibility of react-table example * refactor: react@18 compatibility of refine-headless-tutorial-example * style: reorder classNames on refine-headless-tutorial-example * refactor: react@18 compatibility of refine-headless-tutorial-example * refactor: react@18 compatibility of refine-ecommerce-example * fix: react@18 children prop issue * fix: multiple children on refine-email-subscriptions example * fix: multiple children on refine-invoice-generator example * fix: react@18 children prop issue * fix: react-hook-form & mui react@18 compability * docs: fix defaultValue for create form * fix: mui storybook react@18 compability * fix: add additional timeout for react-table test * chore: add changeset
- Loading branch information
Showing
331 changed files
with
3,179 additions
and
2,878 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
"@pankod/refine-antd": minor | ||
"@pankod/refine-antd-audit-log": minor | ||
"@pankod/refine-cloud": minor | ||
"@pankod/refine-core": minor | ||
"@pankod/refine-demo-sidebar": minor | ||
"@pankod/refine-hasura": minor | ||
"@pankod/refine-kbar": minor | ||
"@pankod/refine-mui": minor | ||
"@pankod/refine-nextjs-router": minor | ||
"@pankod/refine-nhost": minor | ||
"@pankod/refine-react-hook-form": minor | ||
"@pankod/refine-react-location": minor | ||
"@pankod/refine-react-router-v6": minor | ||
"@pankod/refine-react-table": minor | ||
"@pankod/refine-sdk": minor | ||
"@pankod/refine-strapi": minor | ||
"@pankod/refine-strapi-v4": minor | ||
--- | ||
|
||
Add React@18 support 🚀 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.