Skip to content

Commit 5377f6d

Browse files
committed
Starting in
1 parent 34b0c74 commit 5377f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/manipulating-the-dom-with-refs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ This lets you read individual DOM nodes from the Map later.
343343

344344
<NextMajor>
345345

346-
Starting in React 19 callback refs can return a cleanup function. When the cleanup function is provided, React will not call the `ref` callback with `null` and call the cleanup function instead:
346+
Starting in React 19, callback refs can return a cleanup function. When the cleanup function is provided, React will not call the `ref` callback with `null` and call the cleanup function instead:
347347

348348
```js
349349
<li

0 commit comments

Comments
 (0)