mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix comparison in _handleLinkedCheckChange
This commit is contained in:
@@ -66,7 +66,7 @@ function _handleLinkedValueChange(e) {
|
||||
*/
|
||||
function _handleLinkedCheckChange(e) {
|
||||
/*jshint validthis:true */
|
||||
this.props.checkedLink.requestChange(e.target.checked === 'true');
|
||||
this.props.checkedLink.requestChange(e.target.checked);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user