❗👍👍👍 SET YOUR LIKE THERE 🔺👆👆
https://codedocu.com/Software/React/E...
eact TypeError: Cannot read property send_Data_to_Api of undefined
solution: bind the function in the react component constructor
this.onClickSubmit = this.onClickSubmit.bind(this);