|
@ -73,7 +73,7 @@ Returns true if `instance` is a DOM component (such as a `<div>` or `<span>`). |
|
|
boolean isCompositeComponent(ReactComponent instance)` |
|
|
boolean isCompositeComponent(ReactComponent instance)` |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
Returns true if `instance` is a composite component (created with `React.createClass()`) |
|
|
Returns true if `instance` is a composite component (created with `React.createClass()`). |
|
|
|
|
|
|
|
|
### isCompositeComponentWithType |
|
|
### isCompositeComponentWithType |
|
|
|
|
|
|
|
|