Skip to content

Commit ff82da9

Browse files
authored
Apply suggestion from @rickhanlonii
1 parent e53fc7b commit ff82da9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/content/reference/react

src/content/reference/react/use.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,6 @@ const value = use(promise);
678678
```js
679679
// ✅ Pass the promise to `use` and let React track the promise
680680
const value = use(promise);
681-
```
682681

683682
</Pitfall>
684683

0 commit comments

Comments
 (0)