()
| 299 | } |
| 300 | |
| 301 | function unmountPayload(): void { |
| 302 | unmountCurrentPayload(); |
| 303 | currentPayload = null; |
| 304 | currentPayloadContainer = null; |
| 305 | } |
| 306 | |
| 307 | function unmountCurrentPayload(): void { |
| 308 | currentPayload?.unmount(); |
no test coverage detected