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 3ddf489 commit 25b1522Copy full SHA for 25b1522
core/README.md
@@ -29,7 +29,7 @@ export default function App() {
29
return (
30
<>
31
<Signature ref={$svg} />
32
- <button onClick={() => handle()}>Clear</button>
+ <button onClick={handle}>Clear</button>
33
</>
34
);
35
}
0 commit comments