Olá Flávio, tudo bem? Na transcrição o get está retornando this.url:
get url() {
return this.url;
}
quando deveria retornar this._url:
get url() {
return this._url;
}
Apenas reportando este achado...
Olá Flávio, tudo bem? Na transcrição o get está retornando this.url:
get url() {
return this.url;
}
quando deveria retornar this._url:
get url() {
return this._url;
}
Apenas reportando este achado...
Oi, Márcio, tudo bem?
Valeu por informar. Vamos alterar.
Bons estudos!