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
Thanks for adding idiomorph.esm.js to the repository! However when using with htmx the idiomorph-ext.js version isn't able to be imported and make Idiomorph accessible in the script. The workarounds in bigskysoftware/htmx#1690 don't work for this script.
I think my favourite outcome would be to change idiomorph-ext.js to be only this bit of code, and then using HTMX with Idiomorph (without a bundler) would require 3 imports:
htmx.js
idiomorph.js
idiomorph-ext.js
The text was updated successfully, but these errors were encountered:
Thanks for adding
idiomorph.esm.js
to the repository! However when using with htmx theidiomorph-ext.js
version isn't able to be imported and makeIdiomorph
accessible in the script. The workarounds in bigskysoftware/htmx#1690 don't work for this script.As a workaround I imported the ESM version and then copied the extra function at the end into my script.
I think my favourite outcome would be to change
idiomorph-ext.js
to be only this bit of code, and then using HTMX with Idiomorph (without a bundler) would require 3 imports:The text was updated successfully, but these errors were encountered: