We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a317d commit a958b19Copy full SHA for a958b19
src/content/reference/react/useActionState.md
@@ -177,7 +177,7 @@ export default function Checkout() {
177
<button onClick={handleClick}>Add Ticket{isPending ? ' 🌀' : ' '}</button>
178
</div>
179
<hr />
180
- <Total quantity={count} />
+ <Total quantity={count} isPending={isPending} />
181
182
);
183
}
0 commit comments