(element, props)
| 14596 | } |
| 14597 | |
| 14598 | function getHostProps$1(element, props) { |
| 14599 | var hostProps = _assign({ children: undefined }, props); |
| 14600 | var content = flattenChildren(props.children); |
| 14601 | |
| 14602 | if (content) { |
| 14603 | hostProps.children = content; |
| 14604 | } |
| 14605 | |
| 14606 | return hostProps; |
| 14607 | } |
| 14608 | |
| 14609 | // TODO: direct imports like some-package/src/* are bad. Fix me. |
| 14610 | var getCurrentFiberOwnerName$3 = ReactDebugCurrentFiber.getCurrentFiberOwnerName; |
no test coverage detected