Query + Hash Routing Harness
Use these embeds to confirm URL persistence when historyMode is set to query or hash. Trigger plan changes, navigate cards, then copy/reload the URL to verify state restoration. For full path-based routing coverage, head to /events.
historyMode="query"
State is stored in ?hubPlan=. Inspect the query string while interacting with the embed.
Mounting embed…
historyMode="hash"
This embed persists state to #hubPlan=…. Confirm hashchange events fire as expected.
Mounting embed…