I'm trying to use the query HOC to populate data in my app. It is properly requesting the data (I can see the request in the Network tab and server logs) but the component's render() method is only called once, before the API call completes, so the prop is still null. Is there a max version of react and/or redux that redux-bees is compatible with?
I'm trying to use the query HOC to populate data in my app. It is properly requesting the data (I can see the request in the Network tab and server logs) but the component's
render()
method is only called once, before the API call completes, so the prop is stillnull
. Is there a max version of react and/or redux that redux-bees is compatible with?