Commit 0a29d9a
committed
fix(fe): gate pending/resuming channel layouts on channel establishment
Children access $establishedChannelStore which throws if the channel
isn't set yet. Gate rendering on $channelStore !== undefined to ensure
the channel is established before children mount.1 parent 2bba1f0 commit 0a29d9a
File tree
2 files changed
+4
-2
lines changed- src/frontend/src/routes/(new-styling)
- (pending-channel)
- (resuming-channel)
2 files changed
+4
-2
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments