qwikverse / qwik-lottie

MIT License
7 stars 3 forks source link

"useClientEffectQrl is not a function" #2

Open acalexuy opened 1 year ago

acalexuy commented 1 year ago

I'm getting this error, after using the package. It seems like useClientEffectQrl is now deprecated

notdezzi commented 1 year ago

Hey, in the "lottie.tsx" you have to change "useClientEffect" to "useVisibleTask". Thatll fix your problem