(type, props)
| 10987 | return diffProperties(domElement, type, oldProps, newProps); |
| 10988 | } |
| 10989 | function shouldSetTextContent(type, props) { |
| 10990 | return type === 'textarea' || type === 'noscript' || typeof props.children === 'string' || typeof props.children === 'number' || typeof props.dangerouslySetInnerHTML === 'object' && props.dangerouslySetInnerHTML !== null && props.dangerouslySetInnerHTML.__html != null; |
| 10991 | } |
| 10992 | function createTextInstance(text, rootContainerInstance, hostContext, internalInstanceHandle) { |
| 10993 | { |
| 10994 | var hostContextDev = hostContext; |
no outgoing calls
no test coverage detected
searching dependent graphs…