pqina / flip

⏳ The online version of the classic flip clock
https://pqina.nl/flip/
MIT License
874 stars 89 forks source link

data-did-init not working with Astro #69

Open ilpuglio opened 5 months ago

ilpuglio commented 5 months ago

The presets codes are not working with Astro. The function defined inside the attribute data-did-init is not fired. The DOM.create is working, but all the configurations params needed to config the plugin in order to show it like in the presets are missing. How I can solve?