We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@filepondScripts does inject the scripts into layout, but is not initialised prior to component.
... @livewireScriptConfig @filepondScripts </body> </html>
1.2.3
8.3
11
macOS
Fixed by adding to app.js and building with vite:
import './bootstrap'; // Filepond import '../../vendor/spatie/livewire-filepond/resources/dist/filepond.css' import '../../vendor/spatie/livewire-filepond/resources/dist/filepond' ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
@filepondScripts does inject the scripts into layout, but is not initialised prior to component.
How to reproduce the bug
Package Version
1.2.3
PHP Version
8.3
Laravel Version
11
Which operating systems does with happen with?
macOS
Notes
Fixed by adding to app.js and building with vite:
The text was updated successfully, but these errors were encountered: