DEV Community

Discussion on: Build a complete app with React and GraphQL-4

Collapse
 
nath_joyce profile image
Nathan Joyce • Edited

Hi Nabendu, thanks for the post, I've been following it for the past couple of days and I'm finding it very informative. There is one issue I ran into on part 4, which is compose is no longer part of react-apollo - I found this GitHub issue which explains it: github.com/apollographql/react-apo... following this comment:

...

I had to use:

import flowright from "lodash.flowright";

And simply rename compose to flowRight.

Seemed to work for me.

Collapse
 
nabendu82 profile image
Nabendu

Thanks for the help and fixing the bug. I originally did this series on medium, in May 19. GraphQl been the cutting edge technology, i changing a lot.