Skip to content

Commit beefa06

Browse files
authored
docs: format src/content/blog/2024/04/25/react-19.md (#6883)
1 parent bc43b95 commit beefa06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/content/blog/2024/04/25/react-19.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,7 @@ Due to the introduction of ref cleanup functions, returning anything else from a
510510

511511
The original code returned the instance of the `HTMLDivElement` and TypeScript wouldn't know if this was _supposed_ to be a cleanup function or if you didn't want to return a cleanup function.
512512

513-
You can codemod this pattern with [`no-implicit-ref-callback-return
514-
`](https://github.com/eps1lon/types-react-codemod/#no-implicit-ref-callback-return).
513+
You can codemod this pattern with [`no-implicit-ref-callback-return`](https://github.com/eps1lon/types-react-codemod/#no-implicit-ref-callback-return).
515514

516515
### `useDeferredValue` initial value {/*use-deferred-value-initial-value*/}
517516

0 commit comments

Comments
 (0)