`TypeError: Cannot read properties of undefined (reading `<typescript_attributes>')`
I’m a novice in typescript. I was received error like this: TypeError: Cannot read properties of undefined (reading ‘_service’) at … at … at … when trying to call getNotesHandler() function. This is a full code: import { Request, ResponseObject, ResponseToolkit } from "@hapi/hapi"; import { ClientError } from "../../exceptions/ClientError"; import { NotesService } from… Read More `TypeError: Cannot read properties of undefined (reading `<typescript_attributes>')`