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.
Sync with react.dev @ abe931a8 #567
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
base: main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
Sync with react.dev @ abe931a8 #567
Changes from 1 commit
b440d6627576f125344244704ce69c880bde2b59da0828d50ac47e52d8b1fe85876ed5e22544ecffb6a72a0fed01a955f072f8998e44d3b795273781e740232da4f7fa1ddcf5ed87618303e6b43938fbfdcc5deb61b1f51d340c41a2a19baec13a9024ec67e29743d04c52ab838b52cfff17a86e05afa5bd87c39f653b0346e040ea19c98d55a317da1cc2abc2aa35068ff8c8e8ef063dfa152b11e4ad5427f24d180364f449d62c7c90c6e40ea0711207ee3e377252abe931a028bcf6File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
* Expand ViewTransition callback props reference documentation Document the full callback signatures with ViewTransitionInstance and types arguments, cleanup function return values, instance properties (group, imagePair, old, new), and per-callback behavior. * Add usage section for imperative animations with ViewTransition callbacks Add "Animating imperatively with callbacks" usage section with Sandpack example showing onEnter/onExit with instance.new.animate() and cleanup functions. Includes addTransitionType integration example. * Fiz lint * Fix heading IDs to use no-space format for dead link checker The dead link checker regex expects {/*id*/} format without spaces. Prettier reformatted these to {/* id */} which broke anchor links. * bump CI * rm ; * Human Updates * Claude FeedbackUh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.