-
Notifications
You must be signed in to change notification settings - Fork 29.8k
(backport) Update React from 60a927d04 to 14898b6a9 #63442
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
Conversation
|
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected] |
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
sourcein JSX runtime facebook/react#28433enableComponentStackLocationstoReactNativeInternalFeatureFlagslibdef facebook/react#28424enableComponentStackLocationsFlag for React Native (FB) facebook/react#28400yarn flags --sort flagfacebook/react#28344referenceparam type inregisterServerReferencefacebook/react#27688_debugInfofrom Arrays, Lazy, Thenables and Elements to the inner Fibers. facebook/react#28286React.cacheto remove indirection in bundled code facebook/react#28263React.cacheon the client facebook/react#28250asexpression as a callback facebook/react#28202asexpressions as deps array facebook/react#28189hrefprops on anchor tags facebook/react#28124Closes NEXT-2856