We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03e74dd commit 80d7c2eCopy full SHA for 80d7c2e
src/content/reference/react/useTransition.md
@@ -340,7 +340,7 @@ Update the quantity multiple times quickly. Notice that the pending "Total" stat
340
```
341
342
```js src/App.js
343
-import { useState, useTransition } from "react";
+import { useState } from "react";
344
import { updateQuantity } from "./api";
345
import Item from "./Item";
346
import Total from "./Total";
0 commit comments