Search param changes invalidates loaders for all layouts
I'm seeing changes to search params on a page reloading data for all parent layouts, even ones that do not read search params. Is that how it's supposed to work? I would expect only the actual page's data to reload. I do have a
beforeLoad
for auth in the top layout, could that be causing this?0 Replies