Commit 956bd13
committed
Fix blank page on client-side navigation to agent profile
Add null safety to DebugTrace store data access in /agents/[id] page.
During client-side navigation, the Houdini store data can briefly be
null before the GraphQL query resolves, causing a TypeError that
crashes the component.1 parent f459081 commit 956bd13
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
0 commit comments