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

Kill ReactLink, LinkedStateMixin, valueLink and checkedLink #8165

Merged
merged 1 commit into from
Oct 31, 2016

Commits on Oct 31, 2016

  1. Kill ReactLink, LinkedStateMixin, valueLink and checkedLink

    This should be safe because we've been warning for this. The LinkedStateMixin is technically exposed on React.addons without a warning but presumably you wouldn't be using it without a valueLink or checkedLink.
    
    I do this primarily to clear up what the custom onChange listeners are doing.
    
    Renamed the final prop type helper to ReactControlledValuePropTypes.
    sebmarkbage committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    547f360 View commit details
    Browse the repository at this point in the history