zthxxx / react-dev-inspector

jump to local IDE code directly from browser React component by just a simple click
https://react-dev-inspector.zthxxx.me
MIT License
1.15k stars 68 forks source link

chore(deps): update dependency react to v18 #124

Closed zthxxx closed 1 year ago

zthxxx commented 2 years ago

This PR contains the following updates:

Package Type Update Change
react (source) devDependencies major 17.0.2 -> 18.2.0

Release Notes

facebook/react ### [`v18.2.0`](https://togithub.com/facebook/react/releases/v18.2.0) [Compare Source](https://togithub.com/facebook/react/compare/v18.1.0...v18.2.0) ##### React DOM - Provide a component stack as a second argument to `onRecoverableError`. ([@​gnoff](https://togithub.com/gnoff) in [#​24591](https://togithub.com/facebook/react/pull/24591)) - Fix hydrating into `document` causing a blank page on mismatch. ([@​gnoff](https://togithub.com/gnoff) in [#​24523](https://togithub.com/facebook/react/pull/24523)) - Fix false positive hydration errors with Suspense. ([@​gnoff](https://togithub.com/gnoff) in [#​24480](https://togithub.com/facebook/react/pull/24480) and [@​acdlite](https://togithub.com/acdlite) in [#​24532](https://togithub.com/facebook/react/pull/24532)) - Fix ignored `setState` in Safari when adding an iframe. ([@​gaearon](https://togithub.com/gaearon) in [#​24459](https://togithub.com/facebook/react/pull/24459)) ##### React DOM Server - Pass information about server errors to the client. ([@​salazarm](https://togithub.com/salazarm) and [@​gnoff](https://togithub.com/gnoff) in [#​24551](https://togithub.com/facebook/react/pull/24551) and [#​24591](https://togithub.com/facebook/react/pull/24591)) - Allow to provide a reason when aborting the HTML stream. ([@​gnoff](https://togithub.com/gnoff) in [#​24680](https://togithub.com/facebook/react/pull/24680)) - Eliminate extraneous text separators in the HTML where possible. ([@​gnoff](https://togithub.com/gnoff) in [#​24630](https://togithub.com/facebook/react/pull/24630)) - Disallow complex children inside `` elements to match the browser constraints. ([@​gnoff](https://togithub.com/gnoff) in [#​24679](https://togithub.com/facebook/react/pull/24679)) - Fix buffering in some worker environments by explicitly setting `highWaterMark` to `0`. ([@​jplhomer](https://togithub.com/jplhomer) in [#​24641](https://togithub.com/facebook/react/pull/24641)) ##### Server Components (Experimental) - Add support for `useId()` inside Server Components. ([@​gnoff](https://togithub.com/gnoff)) in [#​24172](https://togithub.com/facebook/react/pull/24172) ### [`v18.1.0`](https://togithub.com/facebook/react/releases/v18.1.0) [Compare Source](https://togithub.com/facebook/react/compare/v18.0.0...v18.1.0) ##### React DOM - Fix the false positive warning about `react-dom/client` when using UMD bundle. ([@​alireza-molaee](https://togithub.com/alireza-molaee) in [#​24274](https://togithub.com/facebook/react/pull/24274)) - Fix `suppressHydrationWarning` to work in production too. ([@​gaearon](https://togithub.com/gaearon) in [#​24271](https://togithub.com/facebook/react/pull/24271)) - Fix `componentWillUnmount` firing twice inside of Suspense. ([@​acdlite](https://togithub.com/acdlite) in [#​24308](https://togithub.com/facebook/react/pull/24308)) - Fix some transition updates being ignored. ([@​acdlite](https://togithub.com/acdlite) in [#​24353](https://togithub.com/facebook/react/pull/24353)) - Fix `useDeferredValue` causing an infinite loop when passed an unmemoized value. ([@​acdlite](https://togithub.com/acdlite) in [#​24247](https://togithub.com/facebook/react/pull/24247)) - Fix throttling of revealing Suspense fallbacks. ([@​sunderls](https://togithub.com/sunderls) in [#​24253](https://togithub.com/facebook/react/pull/24253)) - Fix an inconsistency in whether the props object is the same between renders. ([@​Andarist](https://togithub.com/Andarist) and [@​acdlite](https://togithub.com/acdlite) in [#​24421](https://togithub.com/facebook/react/pull/24421)) - Fix a missing warning about a `setState` loop in `useEffect`. ([@​gaearon](https://togithub.com/gaearon) in [#​24298](https://togithub.com/facebook/react/pull/24298)) - Fix a spurious hydration error. ([@​gnoff](https://togithub.com/gnoff) in [#​24404](https://togithub.com/facebook/react/pull/24404)) - Warn when calling `setState` in `useInsertionEffect`. ([@​gaearon](https://togithub.com/gaearon) in [#​24295](https://togithub.com/facebook/react/pull/24295)) - Ensure the reason for hydration errors is always displayed. ([@​gaearon](https://togithub.com/gaearon) in [#​24276](https://togithub.com/facebook/react/pull/24276)) ##### React DOM Server - Fix escaping for the `bootstrapScriptContent` contents. ([@​gnoff](https://togithub.com/gnoff) in [#​24385](https://togithub.com/facebook/react/pull/24385)) - Significantly improve performance of `renderToPipeableStream`. ([@​gnoff](https://togithub.com/gnoff) in [#​24291](https://togithub.com/facebook/react/pull/24291)) ##### ESLint Plugin: React Hooks - Fix false positive errors with a large number of branches. ([@​scyron6](https://togithub.com/scyron6) in [#​24287](https://togithub.com/facebook/react/pull/24287)) - Don't consider a known dependency stable when the variable is reassigned. ([@​afzalsayed96](https://togithub.com/afzalsayed96) in [#​24343](https://togithub.com/facebook/react/pull/24343)) ##### Use Subscription - Replace the implementation with the `use-sync-external-store` shim. ([@​gaearon](https://togithub.com/gaearon) in [#​24289](https://togithub.com/facebook/react/pull/24289)) ### [`v18.0.0`](https://togithub.com/facebook/react/releases/v18.0.0) [Compare Source](https://togithub.com/facebook/react/compare/v17.0.2...v18.0.0) Below is a list of all new features, APIs, deprecations, and breaking changes. Read [React 18 release post](https://reactjs.org/blog/2022/03/29/react-v18.html) and [React 18 upgrade guide](https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html) for more information. ##### New Features ##### React - `useId` is a new hook for generating unique IDs on both the client and server, while avoiding hydration mismatches. It is primarily useful for component libraries integrating with accessibility APIs that require unique IDs. This solves an issue that already exists in React 17 and below, but it’s even more important in React 18 because of how the new streaming server renderer delivers HTML out-of-order. - `startTransition` and `useTransition` let you mark some state updates as not urgent. Other state updates are considered urgent by default. React will allow urgent state updates (for example, updating a text input) to interrupt non-urgent state updates (for example, rendering a list of search results). - `useDeferredValue` lets you defer re-rendering a non-urgent part of the tree. It is similar to debouncing, but has a few advantages compared to it. There is no fixed time delay, so React will attempt the deferred render right after the first render is reflected on the screen. The deferred render is interruptible and doesn't block user input. - `useSyncExternalStore` is a new hook that allows external stores to support concurrent reads by forcing updates to the store to be synchronous. It removes the need for `useEffect` when implementing subscriptions to external data sources, and is recommended for any library that integrates with state external to React. - `useInsertionEffect` is a new hook that allows CSS-in-JS libraries to address performance issues of injecting styles in render. Unless you’ve already built a CSS-in-JS library we don’t expect you to ever use this. This hook will run after the DOM is mutated, but before layout effects read the new layout. This solves an issue that already exists in React 17 and below, but is even more important in React 18 because React yields to the browser during concurrent rendering, giving it a chance to recalculate layout. ##### React DOM Client These new APIs are now exported from `react-dom/client`: - `createRoot`: New method to create a root to `render` or `unmount`. Use it instead of `ReactDOM.render`. New features in React 18 don't work without it. - `hydrateRoot`: New method to hydrate a server rendered application. Use it instead of `ReactDOM.hydrate` in conjunction with the new React DOM Server APIs. New features in React 18 don't work without it. Both `createRoot` and `hydrateRoot` accept a new option called `onRecoverableError` in case you want to be notified when React recovers from errors during rendering or hydration for logging. By default, React will use [`reportError`](https://developer.mozilla.org/en-US/docs/Web/API/reportError), or `console.error` in the older browsers. ##### React DOM Server These new APIs are now exported from `react-dom/server` and have full support for streaming Suspense on the server: - `renderToPipeableStream`: for streaming in Node environments. - `renderToReadableStream`: for modern edge runtime environments, such as Deno and Cloudflare workers. The existing `renderToString` method keeps working but is discouraged. #### Deprecations - `react-dom`: `ReactDOM.render` has been deprecated. Using it will warn and run your app in React 17 mode. - `react-dom`: `ReactDOM.hydrate` has been deprecated. Using it will warn and run your app in React 17 mode. - `react-dom`: `ReactDOM.unmountComponentAtNode` has been deprecated. - `react-dom`: `ReactDOM.renderSubtreeIntoContainer` has been deprecated. - `react-dom/server`: `ReactDOMServer.renderToNodeStream` has been deprecated. #### Breaking Changes ##### React - **Automatic batching:** This release introduces a performance improvement that changes to the way React batches updates to do more batching automatically. See [Automatic batching for fewer renders in React 18](https://togithub.com/reactwg/react-18/discussions/21) for more info. In the rare case that you need to opt out, wrap the state update in `flushSync`. - **Stricter Strict Mode**: In the future, React will provide a feature that lets components preserve state between unmounts. To prepare for it, React 18 introduces a new development-only check to Strict Mode. React will automatically unmount and remount every component, whenever a component mounts for the first time, restoring the previous state on the second mount. If this breaks your app, consider removing Strict Mode until you can fix the components to be resilient to remounting with existing state. - **Consistent useEffect timing**: React now always synchronously flushes effect functions if the update was triggered during a discrete user input event such as a click or a keydown event. Previously, the behavior wasn't always predictable or consistent. - **Stricter hydration errors**: Hydration mismatches due to missing or extra text content are now treated like errors instead of warnings. React will no longer attempt to "patch up" individual nodes by inserting or deleting a node on the client in an attempt to match the server markup, and will revert to client rendering up to the closest `<Suspense>` boundary in the tree. This ensures the hydrated tree is consistent and avoids potential privacy and security holes that can be caused by hydration mismatches. - **Suspense trees are always consistent:** If a component suspends before it's fully added to the tree, React will not add it to the tree in an incomplete state or fire its effects. Instead, React will throw away the new tree completely, wait for the asynchronous operation to finish, and then retry rendering again from scratch. React will render the retry attempt concurrently, and without blocking the browser. - **Layout Effects with Suspense**: When a tree re-suspends and reverts to a fallback, React will now clean up layout effects, and then re-create them when the content inside the boundary is shown again. This fixes an issue which prevented component libraries from correctly measuring layout when used with Suspense. - **New JS Environment Requirements**: React now depends on modern browsers features including `Promise`, `Symbol`, and `Object.assign`. If you support older browsers and devices such as Internet Explorer which do not provide modern browser features natively or have non-compliant implementations, consider including a global polyfill in your bundled application. ##### Scheduler (Experimental) - Remove unstable `scheduler/tracing` API #### Notable Changes ##### React - **Components can now render `undefined`:** React no longer throws if you return `undefined` from a component. This makes the allowed component return values consistent with values that are allowed in the middle of a component tree. We suggest to use a linter to prevent mistakes like forgetting a `return` statement before JSX. - **In tests, `act` warnings are now opt-in:** If you're running end-to-end tests, the `act` warnings are unnecessary. We've introduced an [opt-in](https://togithub.com/reactwg/react-18/discussions/102) mechanism so you can enable them only for unit tests where they are useful and beneficial. - **No warning about `setState` on unmounted components:** Previously, React warned about memory leaks when you call `setState` on an unmounted component. This warning was added for subscriptions, but people primarily run into it in scenarios where setting state is fine, and workarounds make the code worse. We've [removed](https://togithub.com/facebook/react/pull/22114) this warning. - **No suppression of console logs:** When you use Strict Mode, React renders each component twice to help you find unexpected side effects. In React 17, we've suppressed console logs for one of the two renders to make the logs easier to read. In response to [community feedback](https://togithub.com/facebook/react/issues/21783) about this being confusing, we've removed the suppression. Instead, if you have React DevTools installed, the second log's renders will be displayed in grey, and there will be an option (off by default) to suppress them completely. - **Improved memory usage:** React now cleans up more internal fields on unmount, making the impact from unfixed memory leaks that may exist in your application code less severe. ##### React DOM Server - **`renderToString`:** Will no longer error when suspending on the server. Instead, it will emit the fallback HTML for the closest `<Suspense>` boundary and then retry rendering the same content on the client. It is still recommended that you switch to a streaming API like `renderToPipeableStream` or `renderToReadableStream` instead. - **`renderToStaticMarkup`:** Will no longer error when suspending on the server. Instead, it will emit the fallback HTML for the closest `<Suspense>` boundary and retry rendering on the client. #### All Changes #### React - Add `useTransition` and `useDeferredValue` to separate urgent updates from transitions. ([#​10426](https://togithub.com/facebook/react/pull/10426), [#​10715](https://togithub.com/facebook/react/pull/10715), [#​15593](https://togithub.com/facebook/react/pull/15593), [#​15272](https://togithub.com/facebook/react/pull/15272), [#​15578](https://togithub.com/facebook/react/pull/15578), [#​15769](https://togithub.com/facebook/react/pull/15769), [#​17058](https://togithub.com/facebook/react/pull/17058), [#​18796](https://togithub.com/facebook/react/pull/18796), [#​19121](https://togithub.com/facebook/react/pull/19121), [#​19703](https://togithub.com/facebook/react/pull/19703), [#​19719](https://togithub.com/facebook/react/pull/19719), [#​19724](https://togithub.com/facebook/react/pull/19724), [#​20672](https://togithub.com/facebook/react/pull/20672), [#​20976](https://togithub.com/facebook/react/pull/20976) by [@​acdlite](https://togithub.com/acdlite), [@​lunaruan](https://togithub.com/lunaruan), [@​rickhanlonii](https://togithub.com/rickhanlonii), and [@​sebmarkbage](https://togithub.com/sebmarkbage)) - Add `useId` for generating unique IDs. ([#​17322](https://togithub.com/facebook/react/pull/17322), [#​18576](https://togithub.com/facebook/react/pull/18576), [#​22644](https://togithub.com/facebook/react/pull/22644), [#​22672](https://togithub.com/facebook/react/pull/22672), [#​21260](https://togithub.com/facebook/react/pull/21260) by [@​acdlite](https://togithub.com/acdlite), [@​lunaruan](https://togithub.com/lunaruan), and [@​sebmarkbage](https://togithub.com/sebmarkbage)) - Add `useSyncExternalStore` to help external store libraries integrate with React. ([#​15022](https://togithub.com/facebook/react/pull/15022), [#​18000](https://togithub.com/facebook/react/pull/18000), [#​18771](https://togithub.com/facebook/react/pull/18771), [#​22211](https://togithub.com/facebook/react/pull/22211), [#​22292](https://togithub.com/facebook/react/pull/22292), [#​22239](https://togithub.com/facebook/react/pull/22239), [#​22347](https://togithub.com/facebook/react/pull/22347), [#​23150](https://togithub.com/facebook/react/pull/23150) by [@​acdlite](https://togithub.com/acdlite), [@​bvaughn](https://togithub.com/bvaughn), and [@​drarmstr](https://togithub.com/drarmstr)) - Add `startTransition` as a version of `useTransition` without pending feedback. ([#​19696](https://togithub.com/facebook/react/pull/19696) by [@​rickhanlonii](https://togithub.com/rickhanlonii)) - Add `useInsertionEffect` for CSS-in-JS libraries. ([#​21913](https://togithub.com/facebook/react/pull/21913) by [@​rickhanlonii](https://togithub.com/rickhanlonii)) - Make Suspense remount layout effects when content reappears. ([#​19322](https://togithub.com/facebook/react/pull/19322), [#​19374](https://togithub.com/facebook/react/pull/19374), [#​19523](https://togithub.com/facebook/react/pull/19523), [#​20625](https://togithub.com/facebook/react/pull/20625), [#​21079](https://togithub.com/facebook/react/pull/21079) by [@​acdlite](https://togithub.com/acdlite), [@​bvaughn](https://togithub.com/bvaughn), and [@​lunaruan](https://togithub.com/lunaruan)) - Make `<StrictMode>` re-run effects to check for restorable state. ([#​19523](https://togithub.com/facebook/react/pull/19523) , [#​21418](https://togithub.com/facebook/react/pull/21418) by [@​bvaughn](https://togithub.com/bvaughn) and [@​lunaruan](https://togithub.com/lunaruan)) - Assume Symbols are always available. ([#​23348](https://togithub.com/facebook/react/pull/23348) by [@​sebmarkbage](https://togithub.com/sebmarkbage)) - Remove `object-assign` polyfill. ([#​23351](https://togithub.com/facebook/react/pull/23351) by [@​sebmarkbage](https://togithub.com/sebmarkbage)) - Remove unsupported `unstable_changedBits` API. ([#​20953](https://togithub.com/facebook/react/pull/20953) by [@​acdlite](https://togithub.com/acdlite)) - Allow components to render undefined. ([#​21869](https://togithub.com/facebook/react/pull/21869) by [@​rickhanlonii](https://togithub.com/rickhanlonii)) - Flush `useEffect` resulting from discrete events like clicks synchronously. ([#​21150](https://togithub.com/facebook/react/pull/21150) by [@​acdlite](https://togithub.com/acdlite)) - Suspense `fallback={undefined}` now behaves the same as `null` and isn't ignored. ([#​21854](https://togithub.com/facebook/react/pull/21854) by [@​rickhanlonii](https://togithub.com/rickhanlonii)) - Consider all `lazy()` resolving to the same component equivalent. ([#​20357](https://togithub.com/facebook/react/pull/20357) by [@​sebmarkbage](https://togithub.com/sebmarkbage)) - Don't patch console during first render. ([#​22308](https://togithub.com/facebook/react/pull/22308) by [@​lunaruan](https://togithub.com/lunaruan)) - Improve memory usage. ([#​21039](https://togithub.com/facebook/react/pull/21039) by [@​bgirard](https://togithub.com/bgirard)) - Improve messages if string coercion throws (Temporal.\*, Symbol, etc.) ([#​22064](https://togithub.com/facebook/react/pull/22064) by [@​justingrant](https://togithub.com/justingrant)) - Use `setImmediate` when available over `MessageChannel`. ([#​20834](https://togithub.com/facebook/react/pull/20834) by [@​gaearon](https://togithub.com/gaearon)) - Fix context failing to propagate inside suspended trees. ([#​23095](https://togithub.com/facebook/react/pull/23095) by [@​gaearon](https://togithub.com/gaearon)) - Fix `useReducer` observing incorrect props by removing the eager bailout mechanism. ([#​22445](https://togithub.com/facebook/react/pull/22445) by [@​josephsavona](https://togithub.com/josephsavona)) - Fix `setState` being ignored in Safari when appending iframes. ([#​23111](https://togithub.com/facebook/react/pull/23111) by [@​gaearon](https://togithub.com/gaearon)) - Fix a crash when rendering `ZonedDateTime` in the tree. ([#​20617](https://togithub.com/facebook/react/pull/20617) by [@​dimaqq](https://togithub.com/dimaqq)) - Fix a crash when document is set to `null` in tests. ([#​22695](https://togithub.com/facebook/react/pull/22695) by [@​SimenB](https://togithub.com/SimenB)) - Fix `onLoad` not triggering when concurrent features are on. ([#​23316](https://togithub.com/facebook/react/pull/23316) by [@​gnoff](https://togithub.com/gnoff)) - Fix a warning when a selector returns `NaN`. ([#​23333](https://togithub.com/facebook/react/pull/23333) by [@​hachibeeDI](https://togithub.com/hachibeeDI)) - Fix the generated license header. ([#​23004](https://togithub.com/facebook/react/pull/23004) by [@​vitaliemiron](https://togithub.com/vitaliemiron)) - Add `package.json` as one of the entry points. ([#​22954](https://togithub.com/facebook/react/pull/22954) by [@​Jack](https://togithub.com/Jack-Works)) - Allow suspending outside a Suspense boundary. ([#​23267](https://togithub.com/facebook/react/pull/23267) by [@​acdlite](https://togithub.com/acdlite)) - Log a recoverable error whenever hydration fails. ([#​23319](https://togithub.com/facebook/react/pull/23319) by [@​acdlite](https://togithub.com/acdlite)) ##### React DOM - Add `createRoot` and `hydrateRoot`. ([#​10239](https://togithub.com/facebook/react/pull/10239), [#​11225](https://togithub.com/facebook/react/pull/11225), [#​12117](https://togithub.com/facebook/react/pull/12117), [#​13732](https://togithub.com/facebook/react/pull/13732), [#​15502](https://togithub.com/facebook/react/pull/15502), [#​15532](https://togithub.com/facebook/react/pull/15532), [#​17035](https://togithub.com/facebook/react/pull/17035), [#​17165](https://togithub.com/facebook/react/pull/17165), [#​20669](https://togithub.com/facebook/react/pull/20669), [#​20748](https://togithub.com/facebook/react/pull/20748), [#​20888](https://togithub.com/facebook/react/pull/20888), [#​21072](https://togithub.com/facebook/react/pull/21072), [#​21417](https://togithub.com/facebook/react/pull/21417), [#​21652](https://togithub.com/facebook/react/pull/21652), [#​21687](https://togithub.com/facebook/react/pull/21687), [#​23207](https://togithub.com/facebook/react/pull/23207), [#​23385](https://togithub.com/facebook/react/pull/23385) by [@​acdlite](https://togithub.com/acdlite), [@​bvaughn](https://togithub.com/bvaughn), [@​gaearon](https://togithub.com/gaearon), [@​lunaruan](https://togithub.com/lunaruan), [@​rickhanlonii](https://togithub.com/rickhanlonii), [@​trueadm](https://togithub.com/trueadm), and [@​sebmarkbage](https://togithub.com/sebmarkbage)) - Add selective hydration. ([#​14717](https://togithub.com/facebook/react/pull/14717), [#​14884](https://togithub.com/facebook/react/pull/14884), [#​16725](https://togithub.com/facebook/react/pull/16725), [#​16880](https://togithub.com/facebook/react/pull/16880), [#​17004](https://togithub.com/facebook/react/pull/17004), [#​22416](https://togithub.com/facebook/react/pull/22416), [#​22629](https://togithub.com/facebook/react/pull/22629), [#​22448](https://togithub.com/facebook/react/pull/22448), [#​22856](https://togithub.com/facebook/react/pull/22856), [#​23176](https://togithub.com/facebook/react/pull/23176) by [@​acdlite](https://togithub.com/acdlite), [@​gaearon](https://togithub.com/gaearon), [@​salazarm](https://togithub.com/salazarm), and [@​sebmarkbage](https://togithub.com/sebmarkbage)) - Add `aria-description` to the list of known ARIA attributes. ([#​22142](https://togithub.com/facebook/react/pull/22142) by [@​mahyareb](https://togithub.com/mahyareb)) - Add `onResize` event to video elements. ([#​21973](https://togithub.com/facebook/react/pull/21973) by [@​rileyjshaw](https://togithub.com/rileyjshaw)) - Add `imageSizes` and `imageSrcSet` to known props. ([#​22550](https://togithub.com/facebook/react/pull/22550) by [@​eps1lon](https://togithub.com/eps1lon)) - Allow non-string `<option>` children if `value` is provided. ([#​21431](https://togithub.com/facebook/react/pull/21431) by [@​sebmarkbage](https://togithub.com/sebmarkbage)) - Fix `aspectRatio` style not being applied. ([#​21100](https://togithub.com/facebook/react/pull/21100) by [@​gaearon](https://togithub.com/gaearon)) - Warn if `renderSubtreeIntoContainer` is called. ([#​23355](https://togithub.com/facebook/react/pull/23355) by [@​acdlite](https://togithub.com/acdlite)) ##### React DOM Server - Add the new streaming renderer. ([#​14144](https://togithub.com/facebook/react/pull/14144), [#​20970](https://togithub.com/facebook/react/pull/20970), [#​21056](https://togithub.com/facebook/react/pull/21056), [#​21255](https://togithub.com/facebook/react/pull/21255), [#​21200](https://togithub.com/facebook/react/pull/21200), [#​21257](https://togithub.com/facebook/react/pull/21257), [#​21276](https://togithub.com/facebook/react/pull/21276), [#​22443](https://togithub.com/facebook/react/pull/22443), [#​22450](https://togithub.com/facebook/react/pull/22450), [#​23247](https://togithub.com/facebook/react/pull/23247), [#​24025](https://togithub.com/facebook/react/pull/24025), [#​24030](https://togithub.com/facebook/react/pull/24030) by [@​sebmarkbage](https://togithub.com/sebmarkbage)) - Fix context providers in SSR when handling multiple requests. ([#​23171](https://togithub.com/facebook/react/pull/23171) by [@​frandiox](https://togithub.com/frandiox)) - Revert to client render on text mismatch. ([#​23354](https://togithub.com/facebook/react/pull/23354) by [@​acdlite](https://togithub.com/acdlite)) - Deprecate `renderToNodeStream`. ([#​23359](https://togithub.com/facebook/react/pull/23359) by [@​sebmarkbage](https://togithub.com/sebmarkbage)) - Fix a spurious error log in the new server renderer. ([#​24043](https://togithub.com/facebook/react/pull/24043) by [@​eps1lon](https://togithub.com/eps1lon)) - Fix a bug in the new server renderer. ([#​22617](https://togithub.com/facebook/react/pull/22617) by [@​shuding](https://togithub.com/shuding)) - Ignore function and symbol values inside custom elements on the server. ([#​21157](https://togithub.com/facebook/react/pull/21157) by [@​sebmarkbage](https://togithub.com/sebmarkbage)) ##### React DOM Test Utils - Throw when `act` is used in production. ([#​21686](https://togithub.com/facebook/react/pull/21686) by [@​acdlite](https://togithub.com/acdlite)) - Support disabling spurious act warnings with `global.IS_REACT_ACT_ENVIRONMENT`. ([#​22561](https://togithub.com/facebook/react/pull/22561) by [@​acdlite](https://togithub.com/acdlite)) - Expand act warning to cover all APIs that might schedule React work. ([#​22607](https://togithub.com/facebook/react/pull/22607) by [@​acdlite](https://togithub.com/acdlite)) - Make `act` batch updates. ([#​21797](https://togithub.com/facebook/react/pull/21797) by [@​acdlite](https://togithub.com/acdlite)) - Remove warning for dangling passive effects. ([#​22609](https://togithub.com/facebook/react/pull/22609) by [@​acdlite](https://togithub.com/acdlite)) ##### React Refresh - Track late-mounted roots in Fast Refresh. ([#​22740](https://togithub.com/facebook/react/pull/22740) by [@​anc95](https://togithub.com/anc95)) - Add `exports` field to `package.json`. ([#​23087](https://togithub.com/facebook/react/pull/23087) by [@​otakustay](https://togithub.com/otakustay)) ##### Server Components (Experimental) - Add Server Context support. ([#​23244](https://togithub.com/facebook/react/pull/23244) by [@​salazarm](https://togithub.com/salazarm)) - Add `lazy` support. ([#​24068](https://togithub.com/facebook/react/pull/24068) by [@​gnoff](https://togithub.com/gnoff)) - Update webpack plugin for webpack 5 ([#​22739](https://togithub.com/facebook/react/pull/22739) by [@​michenly](https://togithub.com/michenly)) - Fix a mistake in the Node loader. ([#​22537](https://togithub.com/facebook/react/pull/22537) by [@​btea](https://togithub.com/btea)) - Use `globalThis` instead of `window` for edge environments. ([#​22777](https://togithub.com/facebook/react/pull/22777) by [@​huozhi](https://togithub.com/huozhi)) ##### Scheduler (Experimental) - Remove unstable `scheduler/tracing` API ([#​20037](https://togithub.com/facebook/react/pull/20037) by [@​bvaughn](https://togithub.com/bvaughn)) </details> <hr /> <h3>Configuration</h3> <p>📅 <strong>Schedule</strong>: At any time (no schedule defined).</p> <p>🚦 <strong>Automerge</strong>: Disabled by config. Please merge this manually once you are satisfied.</p> <p>♻ <strong>Rebasing</strong>: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.</p> <p>🔕 <strong>Ignore</strong>: Close this PR and you won't be reminded about this update again.</p> <hr /> <ul> <li>[ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.</li> </ul> <hr /> <p>This PR has been generated by <a rel="noreferrer nofollow" target="_blank" href="https://togithub.com/renovatebot/renovate">Renovate Bot</a>.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/vercel[bot]"><img src="https://avatars.githubusercontent.com/in/8329?v=4" />vercel[bot]</a> commented <strong> 2 years ago</strong> </div> <div class="markdown-body"> <p><strong>The latest updates on your projects</strong>. Learn more about <a href="https://vercel.link/github-learn-more">Vercel for Git ↗︎</a></p> <table> <thead> <tr> <th style="text-align: left;">Name</th> <th style="text-align: left;">Status</th> <th style="text-align: left;">Preview</th> <th style="text-align: left;">Comments</th> <th style="text-align: left;">Updated</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;"><strong>react-dev-inspector</strong></td> <td style="text-align: left;">❌ Failed (<a href="https://vercel.com/zthxxx/react-dev-inspector/Dt8edg428RxWNyrwk3Y4PysnifSL">Inspect</a>)</td> <td style="text-align: left;"></td> <td style="text-align: left;"></td> <td style="text-align: left;">Feb 7, 2023 at 3:30AM (UTC)</td> </tr> </tbody> </table> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/zthxxx"><img src="https://avatars.githubusercontent.com/u/15135943?v=4" />zthxxx</a> commented <strong> 1 year ago</strong> </div> <div class="markdown-body"> <h3>Renovate Ignore Notification</h3> <p>As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for <em>any</em> future 18.x releases. However, if you upgrade to 18.x manually then Renovate will then reenable updates for minor and patch updates automatically.</p> <p>If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>