We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e41e32 commit 1517494Copy full SHA for 1517494
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