Closed manthey closed 2 years ago
When reordering an existing item in a fetch queue, instead of splicing it out of the queue and splicing it back in, shift existing components and add it. This is faster than splicing.
:tada: This PR is included in version 1.8.5 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
When reordering an existing item in a fetch queue, instead of splicing it out of the queue and splicing it back in, shift existing components and add it. This is faster than splicing.