anup-a/svgwave

[React] [Fix] Changing theme should not re-render SVG waves

anup-a opened this issue · 2 comments

  • Changing theme to dark-light mode rerenders the wave
  • This is bound to happen since wave re-renders whenever the state changes.
  • Possible fix could be to use useEffect hook.

Can I work on this?

Sure go ahead.
Feel free to ask any questions.