asantibanez / livewire-charts

Neat Livewire Charts for your Laravel projects
MIT License
788 stars 116 forks source link

Not working with AlpineJS V3 #56

Closed Tuginho closed 1 year ago

Tuginho commented 2 years ago

After upgrading alpinejs, charts not working. Any tips to upgrade livewire-charts?

image

marask commented 2 years ago

Happened to me once, you probably forgot to include the @livewireChartsScripts directive ;)

hsmfawaz commented 1 year ago

I had the same issue its because I was using 2 versions of alpine at the same time

asantibanez commented 1 year ago

Hi @Tuginho

Library works with Alpine v2 and v3. Just tested it out with v3. No issues at all.

image