react-use-context-hook icon indicating copy to clipboard operation
react-use-context-hook copied to clipboard

possible bug

Open pgmjic opened this issue 5 years ago • 0 comments

I have found this sample code very helpful while learning React Hooks. As I was getting to the end, I found a problem with useMusicPlayer.js at line#12. I had to add an if test prior to calling pause() since the audioPlayer was never instantiated at the start.

pgmjic avatar May 28 '20 16:05 pgmjic