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(compose): Fix compose based on adding Flow #9

Merged
merged 2 commits into from
Aug 30, 2017
Merged

fix(compose): Fix compose based on adding Flow #9

merged 2 commits into from
Aug 30, 2017

Commits on Aug 26, 2017

  1. fix(compose): Fix compose based on adding Flow

    Added Flow which impacted some `compose` implementation, particularly the `displayName` of the wrapper component. The Babel configuration changed to strip flow types from code
    benmvp committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    6d97e94 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2017

  1. Move typing of HOC closer to the HOC function

    Also using `{}` instead of `any`
    benmvp committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    b296c52 View commit details
    Browse the repository at this point in the history