O argumento do tipo 'NgElementConstructor <unknown>' não pode ser atribuído ao parâmetro do tipo 'CustomElementConstructor'

Estou recebendo um aviso estranho no VSCode (1.44.0-insider) com o Angular9 na criação de Angular Elements: export class AppModule { constructor(private injector: Injector) { const helloElement = createCustomElement(HelloComponent, {injector}); customElements.define('my-hello', helloElement);...