Dá o seguinte erro no meu código:
TypeError: Cannot read properties of undefined (reading 'prop')
21 | criarNota(evento) { 22 | evento.preventDefault (); 23 | evento.stopPropagation ();
24 | this.prop.criarNota(); 25 | ^ | 26 | } 27 |
Dá o seguinte erro no meu código:
TypeError: Cannot read properties of undefined (reading 'prop')
21 | criarNota(evento) { 22 | evento.preventDefault (); 23 | evento.stopPropagation ();
24 | this.prop.criarNota(); 25 | ^ | 26 | } 27 |
Olá Felipe, imagino que seja apenas um erro de digitação. Ao invés de 'prop', acho deveria ser 'props'