79074880

Date: 2024-10-10 14:29:02
Score: 1.5
Natty:
Report link

As T. Jami point in the comments of the original post, buscarOf should be an arrow function, so changing its definition to

 buscarOF = async (autoPlay: boolean) => {
//implementation of the method here
}

solved the problem and this is not undefined anymore

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Nessarose