Artyom Stepanishchev

Results 12 comments of Artyom Stepanishchev

yep, exactly it could be `$resetDefaults()` method or something like this

@matyunya It's quite simple to achieve this via svelte ``: ```js let defaults = { lazy: true, }; export function setDefaults(v) { defaults = v; } import Waypoint from "svelte-waypoint";...