Diego Oliveira

Results 18 comments of Diego Oliveira

I'm facing the same issue as @alexreardon the only thing left is to make the items move.

There is no need to pass the message if you're adding the options.

@ahayes91 you're right, by providing the same title, message and type should do the work, will take a look asap.

Help wanted, not sure when I will be able to look at this issue.

Hi @gowikel, the easiest way to solve this will be to add another prop like `removeEventEmitterOnUnmount` [here](https://github.com/diegoddox/react-redux-toastr/blob/master/src/ReduxToastr.js#L15) which is default to `true` and in [componentWillUnmount](https://github.com/diegoddox/react-redux-toastr/blob/master/src/ReduxToastr.js#L69) we could check for it...

+1 I'm facing the same issue.

Thanks @royriojas, that fixed the issue on my case.

Same here when running the same ffmpeg command on the CLI I have a transcoding spped=10x and when running on the browser I get speed=0.6x, and I'm using `ffmpeg-core.worker.js`

I created this [small solution](https://codesandbox.io/s/crafts-to-html-kl7sms?file=/src/craft-js-utils.ts) that, should work without being in the `editor` context, the method takes the serialized object and transforms into an HTML, *note* if the element is...