Wirasut W.
Results
1
comments of
Wirasut W.
Try this ``` const ParentClass = () => { const showForm = (event) => { console.log('showForm'); }; return( } /> ); } const MyNode = ({nodeData, showForm}) => { return...