Query params not available on route to page under SPA

wappler 5b6
macos monterey
nodejs 14
postgresql 13

problem
one click of button on page 1 we are doing browser goto page 2 with a dynamic param in url.
post routing, this query param is not immediately available on the page - did a browser alert on page 2 to show on page load via an autorun flow and found that we were getting ‘undefined’ for query param mapper.

expected
as it happens on the stable version of wappler (that we are running on PROD) the routing is flawless as the query param is picked up by the flow on page load (is SPA) immediately.

temp solution
adding a 100ms wait time on the autorun flow fixes the problem - but this is unnecessary wait time and we’d prefer to avoid it fully.