Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Charts Not Displaying Correctly After Upgrading to Livewire v3.5.6 #96

Open
sellouter-dev opened this issue Sep 20, 2024 · 1 comment
Open

Comments

@sellouter-dev
Copy link

After upgrading Livewire to version v3.5.6, the charts in my Laravel application are no longer rendering correctly. The charts either fail to appear, display distorted data, or do not update dynamically as expected.

Capture-2024-09-20-230837

Capture-2024-09-20-230938

@garniergeorges
Copy link

Hi,

I encountered this problem yesterday as well, you can disabling lazy loading.

protected static bool $isLazy = false;

I put it on my widgets and it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants