react-quest icon indicating copy to clipboard operation
react-quest copied to clipboard

mapData should pass own props

Open djgrant opened this issue 7 years ago • 0 comments

Should be able to call mapData with the components own props as a second argument:

quest({
  mapData: (data, props) => data
})

djgrant avatar Aug 17 '17 20:08 djgrant