Jameson MacArthur
Jameson MacArthur
It looks like this error is happening whenever Tiny Slider is unable to get a width for the parentNode. I'm able to reproduce it consistently in a WYSIWYG editor that...
I gave up waiting and ended up forking the repo with my fix in it and using that.
@christophberinger Here's the JS file with my fix in it: https://github.com/jameson5555/tiny-slider/blob/master/src/tiny-slider.js The way I implemented it was through node, adding it as a dependency to my package.json like this: `"tiny-slider":...
I ended up just forking this repo and adding my fix there: https://github.com/jameson5555/tiny-slider