Flowbite & Laravel Livewire V3 - Pagination Refresh #831
Unanswered
UpperCenter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have an issue with Flowbite 2.3.0 and Laravel Livewire 3.4.8 with Laravel 10 and PHP 8.3.
When I load in or hard refresh a page, tooltips are loaded correctly, however, using pagination does not re-initialise Flowbite, and so tooltips are missing. I've tried the following code snippet in my main
app.js
file:However, this code doesn't seem to actually re-init Flowbite. I've checked the docs, as well as similar answers but they don't seem to fix this issue. I see
navigated
in the browser console, so I know that the function is executing. Here's an example tooltip from a blade file:Any help would be appreciated.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions