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
Resetting individual queryParams in beforeModel() is actually broken as well right now (emberjs/ember.js#14606), so hoping will find a way to get this to work.
I'm doing query param validation on page load in the setup hook:
While the
'date'
controller value updates, the URL still has the old value fordate
.Is
setup()
hook not ideal for changing query params? Wanted to avoid usingbeforeModel()
on the route, since this is more concise.The text was updated successfully, but these errors were encountered: