Missing VolumeControl Component
akaipham opened this issue · 2 comments
akaipham commented
I just clean install this package, but when I:
import { PlayButton, Progress, VolumeControl, Icons } from 'react-soundplayer/components';
It yields error missing VolumeControl. I watched the folder module/lib/component, and ya, it's missing this component...
cmmartin commented
The npm build hasn't been updated in 11 months. There is no withSoundCloudAudio
addon in the npm version either, which is what I'm looking for
@voronianski can you publish the latest to npm?
voronianski commented