We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa63628 commit 5858767Copy full SHA for 5858767
config/importmap.rb
@@ -10,5 +10,5 @@
10
pin "@rails/ujs", to: "https://ga.jspm.io/npm:@rails/ujs@7.1.3/app/assets/javascripts/rails-ujs.esm.js"
11
12
# Flowbite - UI components (Carousel, Dropdown)
13
-# Using esm.sh for ES module compatibility with importmap
14
-pin "flowbite", to: "https://esm.sh/flowbite@2.5.2/dist/flowbite.es.js"
+# Using jsDelivr ESM build for v4.0.1 compatibility
+pin "flowbite", to: "https://cdn.jsdelivr.net/npm/flowbite@4.0.1/+esm"
0 commit comments