laravel-caffeine icon indicating copy to clipboard operation
laravel-caffeine copied to clipboard

Issue with caffeine not loading other packages correctly when it refreshes.

Open RoshanJafri opened this issue 4 years ago • 0 comments

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

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

And when I try to type something in the input image

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

Stack Trace

RoshanJafri avatar Apr 17 '21 06:04 RoshanJafri