-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Try: React 19 #61521
Draft
tyxla
wants to merge
27
commits into
trunk
Choose a base branch
from
try/react-19-beta
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Try: React 19 #61521
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
695f19a
Bump react deps to 19.0.0-beta-6946ebe620-20240508
tyxla 074be4e
Workaround portal iframe body handling limitations
tyxla d5ce3bc
Fix deprecated types: React.ReactChild
tyxla 031f9f0
Fix deprecated types: React.ReactNodeArray
tyxla d919db1
Fix deprecated types: React.ReactFragment
tyxla a323821
Fix deprecated types: React.ReactText
tyxla 43a885d
beta -> rc
tyxla 6dddd4d
Update a snapshot test
tyxla 24e7ad4
Fix context consumer serialization
tyxla 6cb623c
Add @ariakit/react-core patch for element.props.ref support
tyxla 8398bd6
Fix some unit tests
tyxla 332cfe2
REVERTME: Hack a test
tyxla eb93dc4
Bump to 19.0.0-rc-100dfd7dab-20240701
tyxla ab01b93
Bump to 19.0.0-rc-33c7bd9a-20241104
tyxla d81a245
Revert "Add @ariakit/react-core patch for element.props.ref support"
tyxla a749e83
Revert "React: Restore umd builds (#63602)"
tyxla 3d311a1
Edit Post: Check for meta box container before adding constraints
tyxla 01bc6eb
Inserter: Fix InserterListbox rendering
tyxla f861631
Bump framer-motion to 12.0.0-alpha.1
tyxla 260fe88
Bump to 19.0.0-rc.1
tyxla c8f6924
Move framer-motion dependency to root to make patchable
tyxla 51d8b02
Patch framer-motion types
tyxla 68b1af4
motion() -> motion.create()
tyxla 58eccfa
Update useSuspenseSelect tests
tyxla 26d7d97
Bump to v19.0.0 (stable)
tyxla f757b53
Revert "Patch framer-motion types"
Mamaduka 23bba7d
Bump framer-motion to v11.15.0
Mamaduka File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tyxla, what's the reason for removing this logic?
I think this is the cause of at least one e2e test failure. Ref #52405.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Back when I was testing with the beta, this was an essential fix to make the editor work (see 7936e41 for the full fix). Without it, the editor was crashing during its initial boot.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the context, @tyxla!
I'll continue debugging. The
document.currentScript.parentElement.remove
removal is regressing #52405.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I appreciate your work on it, @Mamaduka! Feel free to revert it and seek a different fix. I've been delayed by other things, but hoping to get back to this one soon.