Question about context propagation
Say we have structure like this,
I want to inject context from the root index.tsx (
I want to use that context in say,
But it seems I cannot access the context variable
I want to inject context from the root index.tsx (
/) like this.I want to use that context in say,
/1/edit/ withBut it seems I cannot access the context variable
hello. Does context only propagates to child routes when injected in layouts?