Julien

Results 2 comments of Julien

For those using Webpack, a solution that works is to replace DOMContentLoaded by turbo:load in the ./node_modules/flowbite/dist/flowbite.js file ``` const replace = require('replace'); replace({ regex: "DOMContentLoaded", replacement: "turbo:load", paths: ['./node_modules/flowbite/dist/flowbite.js'],...

A random ID on the element with your x-data should force Alpine.js to perform a fresh render (re-render) ;) edit : or data-skip-morph