generated from spatie/package-skeleton-laravel
-
-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
Rogue console.log at /resources/views/upload.blade.php#L67.
How to reproduce the bug
If you publish assets
php artisan vendor:publish --tag="livewire-filepond-views"
You will see the console.log in the resulting file on line 67.
Package Version
1.1
PHP Version
8.2
Laravel Version
11.9
Which operating systems does with happen with?
macOS
Notes
Unrelated to this bug (and I will raise another bug soon when I rule out it's just me being stupid) I found this console.log after publishing the view as I wanted to debug why my Filepond attributes aren't going through to the actual component:
<x-filepond::upload
wire:model="file"
max-files="5"
multiple="true"
credits="false"
placeholder="Why am I not seeing this?"
/>But we're not seeing what i'd expect (no placeholder set, it's still single file upload):
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working