-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React 18 Upgrade #7142
base: develop
Are you sure you want to change the base?
React 18 Upgrade #7142
Conversation
5c8f5ad
to
86bf2d0
Compare
Remove deprecated ReactDOM methods from demo-appBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
Replace deprecated ReactDOM methods for docs-appBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
8f5a62b
to
c4dfcaf
Compare
Replace deprecated ReactDOM methods for docs-appBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
Replace ResizeHandle with React.JSX.Element in resizableTestBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
1b22e7d
to
4811d90
Compare
Replace ResizeHandle with React.JSX.Element in resizableTestBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
Fixes the following lint error on `TestUtils.act`: ``` The signature '(callback: () => VoidOrUndefinedOnly): void' of 'TestUtils.act' is deprecated. ```
Disable ReactDOM API lint deprecations in contextMenuSingletonBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
(temp) Skip failing tests to check for stability/test flakeBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
(temp) Skip more tests that are now failing in CIBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
This feature branch PR serves as the central hub for upgrading Blueprint's documentation and internal dependencies to React 18. The initial changes in this PR involve updating dependencies relevant to the React 18 upgrade. Subsequent changes will be made in separate PRs that will be be merged into
develop
and rebased into this feature branch.Tracking progress in the list below:
Fixes type, lint, and compile breaks:
defaultProps
with destructuring in function components #7145Fixes test breaks:
@blueprintjs/datetime2
@blueprintjs/datetime
"respects blueprintPortalClassName on legacy context"
Commits are being organized from this branch.