react-use-context-hook
react-use-context-hook copied to clipboard
possible bug
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.