Additional changes to review2 matched termsMatched wording:removedno longerThese matches may be harmless in context. Expand to see the excerpts.
- The changelog contains “removed”; check what was removed.
Removed support for using HTML comments (e.g.
<!-- -->) as a DOM container. #32250 - The changelog contains the phrase “no longer”; its impact needs context.
Owner Stack
An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.
- An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
- The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #29923, #32353, #30306, #32538, #32529, #32538
React
- Enhanced support for Suspense boundaries to be used anywhere, including the client, server, and during hydration. , , ,