We're a place where coders share, stay up-to-date and grow their careers.
Hello Add this below the closeModalHandler
continueFunction = () => { // your function body goes here }
and then change the continue button to this
<button className="btn-continue" onClick={props.close}>CONTINUE</button>
Hello
Add this below the closeModalHandler
and then change the continue button to this