Attempted import error: 'compose' is not exported from 'react-apollo'.
Opened this issue · 1 comments
swapnilbanga commented
After react apollo update to 3.0 this function was removed. Need to use lodash's flowRight function instead.
kuba1pie commented
The solution is insert
import {flowRight as compose} from 'lodash';