| 12 | * Portal host is the component which actually renders all Portals. |
| 13 | */ |
| 14 | export default class PortalManager extends React.PureComponent<{}, State> { |
| 15 | state: State = { |
| 16 | portals: [], |
| 17 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected