(type, props)
| 7639 | return type === 'textarea' || type === 'option' || type === 'noscript' || typeof props.children === 'string' || typeof props.children === 'number' || typeof props.dangerouslySetInnerHTML === 'object' && props.dangerouslySetInnerHTML !== null && props.dangerouslySetInnerHTML.__html != null; |
| 7640 | } |
| 7641 | function shouldDeprioritizeSubtree(type, props) { |
| 7642 | return !!props.hidden; |
| 7643 | } |
| 7644 | function createTextInstance(text, rootContainerInstance, hostContext, internalInstanceHandle) { |
| 7645 | { |
| 7646 | var hostContextDev = hostContext; |
no outgoing calls
no test coverage detected