Livewire console error with version 2.17.10
I get this message with latest version. Downgrade to 2.17.8 is ok
22 Replies
can you show us which line of code is missing this
because wire-directives.js is a livewire core file
How Dan ?
can you not click on the stack trace?
humm, sorry but I am lost. I just copied the console log that's it.
yes but thats not helpful to us
its a generic error and we cant see what line is causing it
so what do you mean by "can you not click on the stack trace?" as I didn't click anywhere, just refreshing the page and displaying the console log.
please open an issue then if you cant locate which line is causing the error :)
line 93
thats not in the filament codebase though
we're looking for a line of our code that causes the error
Not sure why this is an issue at all. That line looks good
yup
and it's in the file livewire/livewire/js/util/wire-directives.js. This is very strange that I only have this issue if I upgrade to v2.17.10 and everything works fine with v2.17.8. I do filament:upgrade after every composer update, did a optimize:clear, clear browser cache. I understand that it's not part of filament, but very weird and I can't figure it out
Did you only upgrade Filament or Livewire, too?
livewire v2.12.2
Yeah, but did the version change?
yesterday, I downgrade to v2.12.0 and same issue
Can you create a reproduction repo and an issue?
@davidvincent_ch If you could let us know if you have solved it or provide a repo for us to reproduce it.
I didn't solve it, I downgrade to 2.17.8
unless you can give a reproduction repo, we cant fix this though?
I found the origin, it's an issue with package awcodes/filament-quick-create, if I remove it, it works well. I don't know what's going on @awcodes