Julien
Results
1
comments of
Julien
trafficstars
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'],...