Skip to content

Commit 36022f2

Browse files
authored
docs: correct outdated JSX namespace link (fixes #3582) (#3586)
1 parent 5f7e945 commit 36022f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/API/objects.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ return (
191191
<transformControls />
192192
```
193193
194-
If you're using TypeScript, you'll also need to [extend the JSX namespace](/tutorials/typescript#extending-jsx-intrinsic-elements).
194+
If you're using TypeScript, you'll also need to [extend the JSX namespace](/tutorials/v9-migration-guide#threeelements).
195195
196196
## Disposal
197197

0 commit comments

Comments
 (0)