(_type: Type, props: Props)
| 147 | log.debug("shouldSetTextContent"); |
| 148 | // this is used to determine if the fiber is a text fiber |
| 149 | if (typeof props.children === "string") return true; |
| 150 | return false; |
| 151 | }, |
| 152 | |
| 153 | getRootHostContext(_rootContainerInstance: Container): HostContext { |
| 154 | log.debug("getRootHostContext"); |
| 155 | return {}; |
| 156 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected