cmer / ultimate_turbo_modal-rails

The ultimate Turbo / Stimulus / Hotwire modal window for Rails
MIT License
177 stars 11 forks source link

Stimulus modal naming colission with flowbite library #7

Closed cavenk closed 8 months ago

cavenk commented 9 months ago

I am using Flowbite which is a library build on top of Tailwind. When using the ultimate turbo modal, I receive this error:

Screenshot 2024-01-25 at 1 32 04 PM

This is because your library and flowbite have the same naming for the modal controller. A possible solution would be renaming the stimulus controller to 'ultimate-turbo-modal'

cmer commented 8 months ago

I'll consider this for a future release. Thanks.