Vincent
0
Q:

TypeError: Cannot read property 'preventDefault' of undefined

const submit=(e)=>{
	 e.preventDefault()
    console.log("press")
}

<Button  onClick={(event)=>submit(event)}>Click</Button>

//Pass the Event as parameter in on click function.
//Which is handle the form request.
-1

New to Communities?

Join the community