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'm trying to attach some reactivity to the value in url that is passed to Router but it's never getting updated.
First question: is that url parameter even being utilized? I can refrain from passing it in and the routing behavior still works as expected.
Second question: if we pass the url as <Route bind:url={url}> will the url get updated?
Third question: if the answer to Q2 is no, can we add that behavior? It would be useful to be able to tap into that variable for reactivity. I have seen other threads about this so I know people would find it useful.
Thank you!
Sam
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to attach some reactivity to the value in url that is passed to Router but it's never getting updated.
First question: is that url parameter even being utilized? I can refrain from passing it in and the routing behavior still works as expected.
Second question: if we pass the url as
<Route bind:url={url}>
will the url get updated?Third question: if the answer to Q2 is no, can we add that behavior? It would be useful to be able to tap into that variable for reactivity. I have seen other threads about this so I know people would find it useful.
Thank you!
Sam
The text was updated successfully, but these errors were encountered: