ta-youtube icon indicating copy to clipboard operation
ta-youtube copied to clipboard

taYoutube is not defined

Open arthurshlain opened this issue 10 months ago • 0 comments

Hi there. I'm trying to follow the documentation and got error:

Alpine Expression Error: taYoutube is not defined

I'm using @jeffreyvr/tailwindcss-tailpress with app.js (defer) script:

import Alpine from 'alpinejs'
window.Alpine = Alpine
Alpine.start()

Should I declare window.taYoutube = ? before Alpine.start() manually?

arthurshlain avatar Aug 25 '23 09:08 arthurshlain