justinmc / react-audio-player

A simple React wrapper on the HTML5 audio tag
MIT License
587 stars 103 forks source link

ERROR #21

Closed jsrider closed 7 years ago

jsrider commented 7 years ago
ERROR in ./src/index.jsx

/Users/weishao/Aliyun/react/react-audio-player/src/index.jsx
  127:32  error  Missing trailing comma  comma-dangle

✖ 1 problem (1 error, 0 warnings)

webpack: Failed to compile.
justinmc commented 7 years ago

Looks like a comma was indeed missed on that line. I'll push a quick fix for this tonight and publish a new patch version. Thanks for pointing this out!

justinmc commented 7 years ago

Confession, I forgot about this and left on a week long trip to Ecuador with no laptop. I will get this asap when I'm back, sorry about that.

justinmc commented 7 years ago

Done and released with version 0.3.3. Sorry for the delay!