The project has a goTo(page) function defined in index (when it was first created).
If I use codegoTo("testpage")/code in a scope function it says in the console that goTo() is undefined. If I use codeApperyio.navigateTo("testpage");/code then it works.
Why is this?