Commit 7a7a4d3
fix: drop temporal=True from fetch_recent_blogs (#6399)
The Resources navbar dropdown's `blog_column` mounts during initial
render (via Radix navigation menu's pre-mounted panels). Its
`on_mount=RecentBlogsState.fetch_recent_blogs` races the WebSocket
handshake; with `temporal=True` the event is silently dropped if the
socket isn't yet connected, and `on_mount` doesn't refire — so the
column stays empty on slow connects. Without `temporal`, the event
queues and fires once the socket is up.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7b5d77e commit 7a7a4d3
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments