We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675070a commit 3b5c317Copy full SHA for 3b5c317
src/content/reference/react-dom/components/common.md
@@ -347,7 +347,7 @@ export default function MyForm() {
347
348
</Sandpack>
349
350
-To fix the hanging ref to the DOM node that is no longer rendered set the `ref.current` to `null` in the ref callback cleanup function.
+To fix the hanging ref to the DOM node that is no longer rendered, set `ref.current` to `null` in the `ref` callback cleanup function.
351
352
```js
353
import { useRef } from "react";
0 commit comments