Fix row/col/all select buttons: use live $wire.gridSegments not stale @json
The @script block renders @json($gridSegments) once at page load (empty array).
When a time slot is selected and gridSegments populates, the JS still references
the stale empty array. Switch to this.$wire.gridSegments for live data access.
Co-Authored-By:
Claude Opus 4.6 <noreply@anthropic.com>
Showing
Please register or sign in to comment