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
I noticed that on component HomeHero and RandomIterativeCycler are sharing the same cursor state logic. However, 2 different cursor are created on 2 components, which is working but I found the implementation is not really great. Therefore, I tweaked it a little bit so that cursor are sharable between 2 components. Pls lmk your idea on my implementation.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi @maerzhase ,
I noticed that on component
HomeHero
andRandomIterativeCycler
are sharing the samecursor
state logic. However, 2 differentcursor
are created on 2 components, which is working but I found the implementation is not really great. Therefore, I tweaked it a little bit so thatcursor
are sharable between 2 components. Pls lmk your idea on my implementation.Thanks.
The text was updated successfully, but these errors were encountered: