Hi there!
is there any way to remove all steps?
in the official documentation there is a destroy() method but it didn't work:
something like:
this.onboarding.addSteps([]); // exists
this.onboarding.removeStep(name);
this.onboarding.remove();
this.onboarding.destroy();