Closed dircm closed 3 months ago
Might be a silly question, but have you re-published the assets after updating the package so that it pulls the updated JS?
php artisan vendor:publish --tag=wire-extender
Thanks @JGlueck-WIKA ! You have helped me solve it. That command is in my post update BUT....
By default vendor:publish
dosen't overwrite existing files. So the --force
flage is needed to update the js file.
php artisan vendor:publish --force --tag=wire-extender
I'm glad that the issue is solved. I'll add the command to the release notes for future reference :) Sorry for the inconvenience.
Hi @PhiloNL I had to rollback my production release to 0.0.6 due to an error :
Undefined array key "key"
thrown inEmbedController
on line 15:For reference, here is my embed code: (this is a working version using 0.0.6 on my beta server)
I'll have a look through my forked repo and PR any fixes I come up with.
Thanks, Tom.