dropout
Results
2
comments of
dropout
Hi @fingermark, You could try to use context feature to achieve your goal. ``` javascript function App({myModel}, {getStore}) { function click() { getStore().dispatch({type: 'YOUR_ACTION_TYPE'}); } return } App.contextTypes = {...
I've created the pull request with the resolution outlined above https://github.com/ryanheise/audio_service/pull/987: - Add onError argument to listen methods - Does not add onDone because it's not relevant for SwitchAudioHandler's streams...