Reactjs – onClick for imported component in react?
I imported a component from another file. I want to change the state of showModal to true with one click. I wrote a console log in the function to see if the function is running. However, nothing happens in the…