react-quest
react-quest copied to clipboard
mapData should pass own props
Should be able to call mapData with the components own props as a second argument:
quest({
mapData: (data, props) => data
})