I am brand new to typescript, and I have two classes. In the parent class I have:
abstract class Component { public deps: any = {}; public props: any = {
It means you're trying to call something that isn't a function
const foo = 'string' foo() // error