Skip to content

Commit

Permalink
Merge branch 'main' into translate-use-hook-page
Browse files Browse the repository at this point in the history
  • Loading branch information
TarcosS committed May 16, 2024
2 parents 492792e + 55fad11 commit 877d347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,4 +491,4 @@ function MessageComponent({messagePromise}) {
// ✅ `use` bir bileşen içerisine çağırılıyor.
const message = use(messagePromise);
// ...
```
```

0 comments on commit 877d347

Please sign in to comment.