vue-use-kit
vue-use-kit copied to clipboard
prevents double running the loop
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