I have my component as below:
import React from \'react\'; const MyComponent = ({fnc1,fnc2}) =>{ React.useEffect(()=>{ initialise(); }); l