Has anyone come across issues with interfaces? I h...
# javascript
d
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
k
mishaxz: Please, create issues on YT or find existing ones if they match your case.
d
@konsoletyper I'm not really sure how to make this an issue you can reproduce, that's why I asked here if anyone heard of it - but I'll search youtrack too. I'm starting to think this channel has little traffic except from [JB]
k
You could receive update to Kotlin plugin (1.1.3) and encountered regression in compiler.
d
@konsoletyper yes, I was thinking it could have been a problem with the latest plugin because I only had problems with the code after I updated it (I didn't change the code)... but I reverted to the version before that and still had problems.. but I wasn't 100% sure what the version was of my plugin before update