Skip to content

Commit 9806ea7

Browse files
committed
Work around single newlines being rendered as newlines
Only double newlines usually end up as a newline in rendered markdown.
1 parent 2d0da57 commit 9806ea7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/content/reference/react/captureOwnerStack.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,8 @@ const root = createRoot(document.getElementById('root'), {
285285

286286
### The Owner Stack is `null` {/*the-owner-stack-is-null*/}
287287

288-
`captureOwnerStack` was called outside of development builds.
289-
For performance reasons, React will not keep track of Owners in production.
288+
`captureOwnerStack` was called outside of development builds. For performance reasons, React will not keep track of Owners in production.
290289

291290
### The Owner Stack is empty {/*the-owner-stack-is-empty*/}
292291

293-
The call of `captureOwnerStack` happened outside of a React controlled function e.g. in a `setTimeout` callback.
294-
During render, Effects, Events, and React error handlers (e.g. `hydrateRoot#options.onCaughtError`) Owner Stacks should be available.
292+
The call of `captureOwnerStack` happened outside of a React controlled function e.g. in a `setTimeout` callback. During render, Effects, Events, and React error handlers (e.g. `hydrateRoot#options.onCaughtError`) Owner Stacks should be available.

0 commit comments

Comments
 (0)