RangeError: Maximum call stack size exceeded

Followed the guide Vue js Integration & used Webix widget in a Vue app
Vue version : 2.6.11
Sometimes webix-ui.js code gets failed.

RangeError: Maximum call stack size exceeded
    at Function.[Symbol.hasInstance] (<anonymous>)
    at D (helpers.js:169)
    at _ (helpers.js:62)
    at _ (helpers.js:70)
    at _ (helpers.js:70)
    at _ (helpers.js:70)
    at _ (helpers.js:70)
    at _ (helpers.js:70)
    at _ (helpers.js:70)
    at _ (helpers.js:70)
TypeError: Cannot read property 'setValues' of null
    at VueComponent.data_handler (main.js?56d7:16)
    at Watcher.run (vue.esm.js?a026:4577)
    at flushSchedulerQueue (vue.esm.js?a026:4319)
    at Array.eval (vue.esm.js?a026:1989)
    at flushCallbacks (vue.esm.js?a026:1915)

Hello @connectly ,
Have you tried following the integration guide above and referencing the existing integration samples? As far as I can see, this integration works correctly. If so, could you please elaborate as to which step you are getting stuck on, and, if at all possible, could you please provide an isolated example of your application, so that we would be able to help you out?