vue-use-kit icon indicating copy to clipboard operation
vue-use-kit copied to clipboard

prevents double running the loop

Open titoBouzout opened this issue 3 years ago • 0 comments

runOnMount is set to true by default, so if you just instance it with a callback and then run start() then the loop would be running double. See https://github.com/davedbase/solid-primitives/pull/73

titoBouzout avatar Mar 16 '22 15:03 titoBouzout