joshwcomeau / use-sound

A React Hook for playing sound effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue: implementation of howler is using up unwanted memory. Plz fix this.

chaithumohan14 opened this issue · comments

When trying to use the use-sound hook, it is storing some other variable in memory and not allowing it to get destroyed. This results in memory shoot-up and the application refreshes automatically. In my case, the user data is lost when refresh happens. Can somebody help me out with this?