From 327f903b6bdade2ac8b35128983ee105ec188d0f Mon Sep 17 00:00:00 2001 From: Ivan Krechetov Date: Tue, 11 Nov 2014 09:25:33 +0100 Subject: [PATCH] There's no isComponentOfType() anymore --- docs/10.4-test-utils.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/10.4-test-utils.md b/docs/10.4-test-utils.md index 40f22780..9c17f333 100644 --- a/docs/10.4-test-utils.md +++ b/docs/10.4-test-utils.md @@ -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