79581719

Date: 2025-04-18 21:07:42
Score: 2
Natty:
Report link

Try to add key prop to your Lottie component, ex:

<Lottie
  key={initialTheme}
  ...other props
/>

Also, why you need useEffect at all? Remove it, it is redundant here

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: m0sk1t