You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use url : Maybe PageUrl to handle query parameters on a page after it has loaded (no server rendering) but at least when I test it locally, url is always set to Nothing.
The text was updated successfully, but these errors were encountered:
I verified this same behavior in elm-pages 2.1.9, as well.
In both 2.1.9 and 3.0.16, the url/fragments are available in init when using buildWithLocalState. But it’s always Nothing in view in static and local state pages.
I want to use
url : Maybe PageUrl
to handle query parameters on a page after it has loaded (no server rendering) but at least when I test it locally, url is always set to Nothing.The text was updated successfully, but these errors were encountered: