You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.
@sshmyg AFAIK, the first argument of fromRenderProps is something like Consumer of React context, e.g., ThemeContext.Consumer. It is not the target component that gets wrapped inside the final HOC, therefore this is an expected behavior and not a bug.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi. As I know when I use
renderComponent
renderer component gets props from previous HOCs.But here
fromRenderProps
, component doesn't get nothing.Is there any reason why component from
fromRenderProps
not get props from previous HOCs?Expect:
Query
component getsquery
as prop during initialization herefromRenderProps
.Actual:
Query
initializes without props;The text was updated successfully, but these errors were encountered: