(_instance: Instance, _type: Type, _newProps: Props)
| 176 | log.debug("cancelTimeout"); |
| 177 | }, |
| 178 | |
| 179 | preparePortalMount(_containerInfo: Container): void { |
| 180 | log.debug("preparePortalMount"); |
| 181 | }, |
| 182 | |
| 183 | scheduleMicrotask(callback: () => unknown): void { |
nothing calls this directly
no outgoing calls
no test coverage detected