Cannot set property 'boundary' of undefined
Xayer opened this issue · 4 comments
Xayer commented
DeviaVir commented
@Xayer whoops, that's a bug indeed. To go around this, I'd advise to pass an array with numbers instead of an array with objects for now.
Like:
numbers: [0, 1, 2, 3]
Xayer commented
@DeviaVir Thanks for replying. Unfortunately it doesn't seem like turning it into an array helped for me, as I'm still encountering the same issue
DeviaVir commented
@Xayer is the live demo also not working for you? https://jsfiddle.net/nyh18bLq/91/