回答編集履歴

1

x

2023/01/11 14:04

投稿

yuma.inaura
yuma.inaura

スコア1453

test CHANGED
@@ -9,8 +9,8 @@
9
9
 
10
10
  const Example = () => {
11
11
 
12
- const handleOnclick = (data: any) => {
12
+ const handleOnclick = (e: any) => {
13
- console.log(data)
13
+ console.log(e)
14
14
  }
15
15
 
16
16
  const foo = (val: string) => {