• Mithril 2 does not completely rerender the page if a route change leads to the same route (or the same component handling a different route). This util calls m.route.set, forcing a reonit.

    See

    https://mithril.js.org/route.html#key-parameter

    Parameters

    • route: string
    • params: null = null
    • options: RouteOptions = {}

    Returns void

Generated using TypeDoc v0.23.24