Tuesday, October 18, 2022

clickHandler is not a function

Pass empty function to onClick as temporary solution:

const falseClick = () => {};

//

No comments:

Post a Comment