iamshaunjp/graphql-playlist

Attempted import error: 'compose' is not exported from 'react-apollo'.

Opened this issue · 1 comments

After react apollo update to 3.0 this function was removed. Need to use lodash's flowRight function instead.

The solution is insert

import {flowRight as compose} from 'lodash';