lory icon indicating copy to clipboard operation
lory copied to clipboard

Using this gives us warnings in webpack based karma tests, possibly t…

Open sebs opened this issue 8 years ago • 0 comments

Using this gives us warnings in webpack based karma tests, possibly to the differently executed lifecycle in the test environment

  • this slider is only created on mounted
  • if younted is not created, no slider on this, thus destroy is not defined.
ERROR LOG: '[Vue warn]: Error in beforeDestroy hook: "TypeError: null is not an object (evaluating 'this.slider.destroy')"

sebs avatar Jun 26 '17 16:06 sebs