diff --git a/packages/app/src/cores/render/index.jsx b/packages/app/src/cores/render/index.jsx index 72205d88..6f347245 100644 --- a/packages/app/src/cores/render/index.jsx +++ b/packages/app/src/cores/render/index.jsx @@ -139,7 +139,7 @@ export class RenderCore extends Core { }, delay ?? defaultTransitionDelay) } - this.ctx.registerPublicMethod("setLocation", this.publicMethods.setLocation) + this.ctx.registerPublicMethod("setLocation", this.ctx.history.setLocation) } validateLocationSlash = (location) => {