localmarket
localmarket copied to clipboard
Upgrade iron:router dependency to latest version
Currently iron:router
is pinned to 0.9.4, but the latest version of iron:router
is 1.0.12. The new version appears to contain breaking changes, as this example no longer works after blindly upgrading:
⚠️ Route dispatch never rendered. Did you forget to call
this.next()
in anonBeforeAction
?
Reported by @Noveltysa here.