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
After some investigation this seems to happen when I have a nested route that uses the conventional model(). The query params present in the URL are only passed in to my controller after the nested model has loaded. Is there a hook for when the current URL query params finally appear in the controller?
setup({queryParams})
hook only gets the default values not those set in the current URL. Is there another hook that I'm not aware of?If I do my fetchData from the setup method, its ignoring values in the URL on page load.
The text was updated successfully, but these errors were encountered: