Commit 77effcc
fix(vr): pin FullCalendarAllSlots calendar view to end wall-clock flake
The full-calendar-slots VR spec (all 6 targets) began failing at line 106
(`slot-event` count 0) on 2026-07-01 with no change to the demo, wrapper, or
spec — a false-attributed regression. Root cause: FullCalendarAllSlotsDemo
seeded events on a fixed date (2026-06-15) but passed no `initialDate`, so
FullCalendar defaulted its view to the current month. Once real "today" left
June 2026, the seed events fell off-view, zero event cells rendered, and the
`event` portal-slot (eventContent) never fired.
Pin `initialDate: '2026-06-15'` in the passthrough `:options` so the seeded
month is always in view, making the behavioral run truly wall-clock-independent
(pinning the event DATE alone was insufficient). Verified: react + svelte VR
cells now pass; target-independent by construction. No packages/* changes.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Lxeam8c3XSttraCZPxufKM1 parent 89fa5ca commit 77effcc
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
| |||
156 | 160 | | |
157 | 161 | | |
158 | 162 | | |
159 | | - | |
| 163 | + | |
160 | 164 | | |
161 | 165 | | |
162 | 166 | | |
| |||
0 commit comments