79820335

Date: 2025-11-14 18:15:33
Score: 0.5
Natty:
Report link

Try this :

const handleAudio = (audioRef)=>{  
    
    if(audioRef.current){
        audioRef.current.currentTime = 0;
        audioRef.current.play();
    }
    
}
Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: NewbieDev