Child route `loader` is executed before parent route `loader` is completed
I have two routes, parent and child, both of them have
For some reason, the
This is obviously not the behavior I expected to.
Is that intended? Is that an open bug? Or it happens only on my environment somehow?
Version 0.0.1-beta.89
loader async function.For some reason, the
loader execution starts on the parent route, but when there's an async operation, it starts to execute the child loader function.This is obviously not the behavior I expected to.
Is that intended? Is that an open bug? Or it happens only on my environment somehow?
Version 0.0.1-beta.89