Pavel Shut

Results 10 comments of Pavel Shut

I call `URL.createObjectURL` and need to `revokeObjectURL` on unmount. What would be the way to make sure I can revoke every created blob URl?

You can make the Send to moderation button `type=button` which will not submit the form, but call your custom function which will run submit and call whatever additional logic is...

@arnaugomez thanks for looking into the issue! If this is the intended behaviour, this should be documented I think. And also, what is then the intended way to transform cell...

In my project where I control the files played, I wouldn't want to pull all those extra dependencies when I just need to play mp3s. So I'd suggest to let...

> @SpadarShut , while allowing developers to configure support for extra formats sounds like an appealing option, the implementation of something like that would be quite tricky. Sure, I get...

@matrixmandeep It seems I ended up preparing the initial value to be valid.

> This is promising, but it seems like it is not actively maintained. @SpadarShut, what did you end up using? Found nothing for replacement, just was using my fork.

Looks like adding an empty not concurrent test before concurrent ones fixes the issue. At least with `beforeAll`. UPD: no, this doesn't work :/

> > Looks like adding an empty not concurrent test before concurrent ones fixes the issue. At least with `beforeAll`. > > How did you set up your test suite?...