Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component not re-rendered after query HOC API call finishes #69

Closed
rahearn opened this issue Apr 29, 2019 · 1 comment
Closed

Component not re-rendered after query HOC API call finishes #69

rahearn opened this issue Apr 29, 2019 · 1 comment

Comments

@rahearn
Copy link

rahearn commented Apr 29, 2019

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?

@rahearn
Copy link
Author

rahearn commented Apr 29, 2019

Nevermind, this is working.

I missed the implicit return of the perform in the HOC and wasn't returning it from my implementation.

@rahearn rahearn closed this as completed Apr 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant