GuavaCZ / calendar

MIT License
140 stars 13 forks source link

[Bug]: When using spa mode and turning the page back the calendar is duplicated #17

Open xaimes opened 4 months ago

xaimes commented 4 months ago

What happened?

When using spa mode and turning the page back the calendar is duplicated.

image

How to reproduce the bug

  1. Add calendar widget to page
  2. Use SPA mode in panel provider (wire:navigate)
  3. Go to page with calendar widget
  4. Go to another page
  5. Go back using browser back button
  6. Calendar is duplicated
  7. Repeat, and we have three calendar widgets.

Package Version

1.2.2

PHP Version

8.3

Laravel Version

11.5.0

Which operating systems does with happen with?

No response

Notes

No response

lukas-frey commented 4 months ago

Thanks for the report. I'm currently not sure how to fix this, so for the time being, you'll have to disable SPA mode to use this package.

Any PR to fix this issue is welcome.