-
Notifications
You must be signed in to change notification settings - Fork 27k
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
(backport) Update React from 60a927d04 to 14898b6a9 #63442
Conversation
Failing test suitesCommit: 34baccc
Expand output● Component Stack in error overlay › should show a component stack on hydration error
Read more about building and testing Next.js in contributing.md.
Expand output● Strict Mode enabled by default › should work using browser
Read more about building and testing Next.js in contributing.md.
Expand output● should use npm as the package manager on supplying --use-npm with example
● should use Yarn as the package manager on supplying --use-yarn with example
● should use pnpm as the package manager on supplying --use-pnpm with example
● should use Bun as the package manager on supplying --use-bun with example
● should infer npm as the package manager with example
● should infer yarn as the package manager with example
● should infer pnpm as the package manager with example
● should infer Bun as the package manager with example
Read more about building and testing Next.js in contributing.md.
Expand output● create next app › valid example
● create next app › should allow example with GitHub URL
● create next app › should allow example with GitHub URL and example-path
● create next app › should use --example-path over the file path in the GitHub URL
Read more about building and testing Next.js in contributing.md.
Expand output● app dir - navigation › query string › useParams identity between renders › should be stable in app
Read more about building and testing Next.js in contributing.md.
Expand output● Prerender prefetch › with optimisticClientCache disabled › should update cache using router.push with unstable_skipClientCache
Read more about building and testing Next.js in contributing.md. |
Updates React from 60a927d04 to 14898b6a9.
React upstream changes
source
in JSX runtime facebook/react#28433enableComponentStackLocations
toReactNativeInternalFeatureFlags
libdef facebook/react#28424enableComponentStackLocations
Flag for React Native (FB) facebook/react#28400yarn flags --sort flag
facebook/react#28344reference
param type inregisterServerReference
facebook/react#27688_debugInfo
from Arrays, Lazy, Thenables and Elements to the inner Fibers. facebook/react#28286React.cache
to remove indirection in bundled code facebook/react#28263React.cache
on the client facebook/react#28250as
expression as a callback facebook/react#28202as
expressions as deps array facebook/react#28189href
props on anchor tags facebook/react#28124Closes NEXT-2856