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

fix ControlHOC ref for redux container widgets #812

Merged
merged 1 commit into from
Nov 12, 2017

Commits on Nov 12, 2017

  1. fix ControlHOC ref for redux container widgets

    If a widget uses `connect` to receive state updates from the store,
    `ControlHOC` can no longer get the control instance ref. This fix
    checks for this case and uses a connect option to obtain the wrapped
    control ref.
    erquhart committed Nov 12, 2017
    Configuration menu
    Copy the full SHA
    eb8a421 View commit details
    Browse the repository at this point in the history