David Wallace Croft
David Wallace Croft
It looks like something like this: `for segment in route.split(&['/', '?'][..]) {` could be used on [line 134](https://github.com/DioxusLabs/dioxus/blob/53727b344de9af5bcd160fb99703a09ec0da2da4/packages/ssr/src/incremental_cfg.rs#L134C21-L134C48) I am going to try the suggested workaround.
I was able to successfully test static prerendering with query segments by using the suggested workaround: https://github.com/david-wallace-croft/dioxus-oidc-prototype/blob/main/src/bin/prerender.rs#L24
When you are in hot reload mode on a subpage (/about) instead of the home page (/) and you click on the reload button in the browser, the hot reload...