Ensured $onrenderCallbacks are cleared before each navigation as well.
h3rald h3rald@h3rald.com
Mon, 25 May 2020 22:15:52 +0200
3 files changed,
3 insertions(+),
0 deletions(-)
M
docs/example/assets/js/h3.js
→
docs/example/assets/js/h3.js
@@ -574,6 +574,7 @@ }
async start() { const processPath = async (data) => { + $onrenderCallbacks = []; const oldRoute = this.route; const fragment = (data &&
M
docs/js/h3.js
→
docs/js/h3.js
@@ -574,6 +574,7 @@ }
async start() { const processPath = async (data) => { + $onrenderCallbacks = []; const oldRoute = this.route; const fragment = (data &&