instatype icon indicating copy to clipboard operation
instatype copied to clipboard

Pass data as prop

Open gragland opened this issue 7 years ago • 0 comments

We currently pass data to the instatype component by calling callback(data) within requestHandler(). It would be better if we passed data as a prop to instatype: <Instatype data={data} requestHandler={myRequestHandler} selectedHandler={mySelectedHandler}/>

gragland avatar Dec 02 '16 21:12 gragland