Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Bug]: Minor point: rogue console.log #10

@mdcass

Description

@mdcass

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):
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions