adbalits

Results 4 comments of adbalits

@hamxabaig I also needed to trigger client events so just sent a pull request that would allow it. It would work as follows... ```javascript import { getChannel } from 'pusher-redux'...

I have done some investigation. The reason the job triggers the `onFailed` lifecycle event is because this error gets triggered during execution of the job: ``` TypeError: Cannot read property...

Update: it was this line in the `processJob` function of `Queue.js` that caused the runtime error which led to the `onFailed` event... ```js if (!executionResult.ok) throw new Error('Execution failure'); //...

Slightly off topic, but I tried `yarn add --dev @types/react-native-html-parser` and it didn't work. Were you guys able to get TypeScript working with this package?