Relative Content

Tag Archive for reactjscomponentsprop

Invoking prop function from sibling component fires only once

I want to invoke a function from one component to another component to open a element, it’s working fine but fires only once, can anyone please help me to get this working.
Component One should open whenever clicked on openmodal button even for n number of times.