Ashish Ranjan

Results 12 comments of Ashish Ranjan

This is due to webpack transpiling your code. When you use `...` to destructure an array, webpack will transpile this code, and change `...` to use some other utility to...

Mentioned here: https://github.com/alewin/useWorker/issues/87#issuecomment-699662483 You can try to write code in a way that, on transpiling should not make your function impure.

In [this](https://icji4.csb.app/sorting) sorting example also, the kill functionality is not working. The issue for kill functionality is in version 3 and version 4. It was working fine in version 2...

Created the PR for fix [here](https://github.com/alewin/useWorker/pull/122) @alewin @zant please review

@Arif-un [this](https://github.com/alewin/useWorker/pull/122) pr is still not merged. @alewin @zant guys the PR is approved, anything I should change/take care of? If not can we please merge?

@alewin @zant please review

There is an issue with the kill functionality of the library, I have created a fix for the same. Waiting for the maintainers to review and merge the same. https://github.com/alewin/useWorker/pull/122

There is an issue with the kill functionality of the library, I have created a fix for the same. Waiting for the maintainers to review and merge the same. https://github.com/alewin/useWorker/pull/122

Hey @alewin thanks for merging the PR. I see that the release workflow failed in the `Setup pnpm config`. Do we manually release the package? Or should I check the...

Hi @alewin, thanks for merging the PR, the fix is not yet released. Please let me know if there is anything else you need.