How to wait upper loaders
Is it possible for a sub-route loader to wait for the loaders in the upper trees?
Ex:
/users -> has loader
/users/tanstack -> has loader
/users/tanstack/configs -> has loader
/users/tanstack/configs depends on the other 2 loaders.
Ex:
/users -> has loader
/users/tanstack -> has loader
/users/tanstack/configs -> has loader
/users/tanstack/configs depends on the other 2 loaders.