wire-elements / spotlight

Livewire component that brings Spotlight/Alfred-like functionality to your Laravel application.
MIT License
911 stars 71 forks source link

AlpineJS 3 Support #29

Closed afiqiqmal closed 3 years ago

afiqiqmal commented 3 years ago

Spotlight not working with alpinejs 3

Uncaught TypeError: Object.defineProperty called on non-object
    at Function.defineProperty (<anonymous>)
    at module.esm.js:1585
    at Array.forEach (<anonymous>)
    at K (module.esm.js:1584)
    at module.esm.js:2811
    at Function.<anonymous> (module.esm.js:1931)
    at e (module.esm.js:1704)
    at module.esm.js:1708
    at Ct (module.esm.js:1887)
    at t (module.esm.js:1858)
PhiloNL commented 3 years ago

Work in progress https://github.com/livewire-ui/spotlight/pull/30