laravel-caffeine
laravel-caffeine copied to clipboard
Issue with caffeine not loading other packages correctly when it refreshes.
Behavior
When caffeine refreshes the session, other npm packages don't load correctly.
I have the package voerro/vue-tagsinput along with caffeine. Everything's fine until caffeine auto refreshes page session, when it does refresh the tags input component doesn't load correctly, the css is missing ( no error in console either )
This is what it looks when caffeine refreshes session:

This is what it looked like before caffeine refreshed the session, what it should look like after refresh too:

And when I try to type something in the input

This works fine before caffeine refreshes the session. Any help?
Environment
- PHP Version: 7.4.11
- Laravel Version: 7.29
- LaravelCaffeine Version: 7.0.2