Has anyone come across issues with interfaces? I have several (3) in my code. Everything was working fine.. then today for some reason I got a runtime error (even going back to old commits didn't help)... 'Uncaught TypeError: this.navigateToNextPage_6m5k6r$ is not a function` - all I could figure out how to do was to remove the interface, moving the functions directly into the class and making them abstract. My other 2 interfaces are still working fine on the same class