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.
2 parents a24f761 + a8a7a1a commit 89ea550Copy full SHA for 89ea550
showcases/react-showcase/src/app.tsx
@@ -8,7 +8,7 @@ import {
8
9
const App = () => {
10
const onClick = (event: any) => {
11
- console.log('test');
+ console.log('click event test');
12
};
13
14
return (
0 commit comments