Commit 243a1e9
committed
fix(frontend): render DebugHelper in federated root (Cmd+Shift+D parity)
The embedded MF-v2 Console renders federatedRootRoute, not __root.tsx's
RootLayout, so it was missing <DebugHelper /> — the component that
registers the Cmd+Shift+D debug dialog (dev-only). Render it in the
federated root too, gated on NODE_ENV=development, mirroring __root.tsx.1 parent 8aebc0c commit 243a1e9
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
0 commit comments