You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if I'm doing something wrong, but I can't get charts in nested non-active tabs to render properly on page load, or update properly. The video shows the problem using the reproduction repo.
Package
filament/filament
Package Version
4-beta6
Laravel Version
12
Livewire Version
3
PHP Version
8.4
Problem description
Not sure if I'm doing something wrong, but I can't get charts in nested non-active tabs to render properly on page load, or update properly. The video shows the problem using the reproduction repo.
I'm using this to render the chart in 3 places:
In the video, the following happens:
1. Page load
2. "Refresh data" to update the model's
dataattribute while the 'Data' tab is not active2. "Refresh data" to update the model's
dataattribute while the 'Data' tab is activeI'm using
#[Reactive]but I also tried refreshing via an event, and tried->lazy(). Neither helped.1080p_WVyR.mp4
Expected behavior
Charts / Livewire components in a page should render and update correctly regardless of what tab they're in.
Steps to reproduce
migrate:fresh --seedto seed statistics tableReproduction repository (issue will be closed if this is not valid)
https://github.com/binaryfire/filament-bug-reproduction
Relevant log output