You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I faced the same problem. Using @filepondScripts only on the page where it would be used, the script worked as long as it was the first page accessed (direct access). However, if coming from another page, it would show an error. Your solution of defining the .js and .css in app.js worked. Thank you!
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: