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

Conversation

sebmarkbage
Copy link
Collaborator

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.

(I'll clean up the three remaining internal callers.)

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 sebmarkbage merged commit 34fd4f4 into facebook:master Oct 31, 2016
@chicoxyzzy
Copy link
Contributor

chicoxyzzy commented Oct 31, 2016

@sebmarkbage sebmarkbage added this to the 16.0 milestone Oct 31, 2016
acusti pushed a commit to brandcast/react that referenced this pull request Mar 15, 2017
…#8165)

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.
@bvaughn bvaughn mentioned this pull request Aug 1, 2017
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

Successfully merging this pull request may close these issues.

4 participants