wireui / wireui

TallStack UI components
https://v1.wireui.dev
MIT License
1.37k stars 166 forks source link

Datepicker javascript errors #788

Closed caiochami closed 6 months ago

caiochami commented 6 months ago

Describe the bug Javascript errors are triggered wherever there's a datepicker input. I tried copying and pasting a code snippet from the docs but I had no success.

Error is gone if I remove the x-datetime-picker component

To Reproduce Steps to reproduce the behavior:

  1. Install wireui
  2. Use the datepicker component

Expected behavior No javascript errors in the console log. Datepicker input should work as usual.

Screenshots or Videos image

Dependencies

Desktop (If applicable, please complete the following information):

Smartphone (If applicable, please complete the following information):

Additional context Add any other context about the problem here.

DiegoAlonso27 commented 6 months ago

have you tried upgrading livewire, installation requires livewire version 3

image

caiochami commented 6 months ago

The issue is resolved. I downgraded the package to the 1.17.9 version