* @param {ReactText} text * @return {ReactComponent}
(text)
| 12087 | * @return {ReactComponent} |
| 12088 | */ |
| 12089 | function createInstanceForText(text) { |
| 12090 | return new textComponentClass(text); |
| 12091 | } |
| 12092 | |
| 12093 | /** |
| 12094 | * @param {ReactComponent} component |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…