qwikverse / qwik-lottie

MIT License
7 stars 3 forks source link

useClientEffectQrl is not a function #3

Open rishabhnayak opened 1 year ago

rishabhnayak commented 1 year ago

Code Not Working On Above Qwik version 0.25.0

notdezzi commented 11 months ago

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

rishabhnayak commented 11 months ago

great Thanks for the tip!

On Sat, 12 Aug 2023 at 01:46, dezzi @.***> wrote:

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

— Reply to this email directly, view it on GitHub https://github.com/qwikverse/qwik-lottie/issues/3#issuecomment-1675317278, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF733CMOGVDV24MPEJKZ7NTXU2HIJANCNFSM6AAAAAAZPURWD4 . You are receiving this because you authored the thread.Message ID: @.***>

alihammad99 commented 5 months ago

@notdezzi Hi, I have the same issue. I don't have "lottie.tsx" file