I have two urls like so,
user/userId/?editable=false
user/userId/caseId/caseParamId?editable=false
When I move from the child route to the parent one, I think the parent loader should not run again if I understand correctly(https://remix.run/docs/en/main/guides/data-loading#remix-optimizations).
But currently for me, they are. Can you help me see what I am missing here?
Remix