Merge pull request #2498 from ikr/patch-1

There's no isComponentOfType() anymore
This commit is contained in:
Paul O’Shannessy
2014-11-11 13:25:33 -08:00
+1 -1
View File
@@ -73,7 +73,7 @@ Returns true if `instance` is a composite component (created with `React.createC
boolean isCompositeComponentWithType(ReactComponent instance, function componentClass)
```
The combination of `isComponentOfType()` and `isCompositeComponent()`.
Returns true if `instance` is a composite component (created with `React.createClass()`) whose type is of a React `componentClass`.
### isTextComponent