asantibanez / livewire-charts

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

onColumnClick error #49

Open r2luna opened 2 years ago

r2luna commented 2 years ago

Describe the bug ->withOnColumnClickEventName() isn't passing through the SecureHydrationWithChecksum of livewire.

To Reproduce Steps to reproduce the behavior:

  1. Create a chart with ->withOnColumnClickEventName()
  2. Click on a column

Expected behavior Emit an event for Livewire Components

Screenshots

CleanShot 2021-07-16 at 12 00 41@2x

Additional context Add any other context about the problem here.

Solution Ideas No, I tried different things of how to fix this. Adding wire:key :key or key to the component. I checked the fingerprint that is being passed back to the server but for some reason Livewire thinks that the data is different.

developerabdan commented 1 year ago

any progress for this problem? i got this same problem @r2luna