joshwcomeau / use-sound

A React Hook for playing sound effects
MIT License
2.71k stars 98 forks source link

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

Open chaithumohan14 opened 1 year ago

chaithumohan14 commented 1 year ago

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?