behu-kea
behu-kea
I have the same problem (at least i think) ``` const router = new Navigo("/", { hash: true }); router.on({ "/about": function () { console.log("about"); }, }); ``` Clicking on...
Ahh sorry i missed the resolve part ``` router .on({ about: function () { console.log("about"); }, }) .resolve(); ``` Working now
Related: #305
Uninstalled/installed/rebooted did not work for me