You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When i tried to use Tabs component it didn't work as it should (it's not interactive) and then i realized that i have a lot of errors in JS console about phlex_ui dependencies that comes from importmap
Describe the bug
When i tried to use Tabs component it didn't work as it should (it's not interactive) and then i realized that i have a lot of errors in JS console about
phlex_ui
dependencies that comes from importmapTo Reproduce
Steps to reproduce the behavior:
Import the package in your
app/javascript/application.js
fileimport 'phlex_ui'
rails tailwindcss:build
Expected behavior
Tabs should work as on the exaple
Screenshots
Desktop:
Additional info:
Found similar issues - rails/importmap-rails#65, rails/importmap-rails#157
seems like it broken by new update rails/importmap-rails#230 (comment)
The solution that i found to set manually compiled CDN like
instead of
The text was updated successfully, but these errors were encountered: