You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that parsing an Array of Objects to q-table creates an error.
quasar.common.js?e3df:6537 Uncaught TypeError: _this.model.includes is not a function
at eval (eval at <anonymous> (http://localhost:8080/js/app.js:1590:1), <anonymous>:6537:28)
at Array.map (native)
at VueComponent.optModel (eval at <anonymous> (http://localhost:8080/js/app.js:1590:1), <anonymous>:6536:27)
at Watcher.get (eval at <anonymous> (http://localhost:8080/js/app.js:723:1), <anonymous>:2934:27)
at Watcher.evaluate (eval at <anonymous> (http://localhost:8080/js/app.js:723:1), <anonymous>:3042:21)
at Proxy.computedGetter (eval at <anonymous> (http://localhost:8080/js/app.js:723:1), <anonymous>:3240:15)
at n (chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/build/backend.js:1:8721)
at n (chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/build/backend.js:1:8751)
at n (chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/build/backend.js:1:8751)
at n (chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/build/backend.js:1:8751)
I did some digging and 'It seems that Array.includes is not JavaScript specs, and it should be Array.prototype.includes instead, and it is not supported in IE'
Seems that parsing an Array of Objects to q-table creates an error.
I did some digging and 'It seems that Array.includes is not JavaScript specs, and it should be Array.prototype.includes instead, and it is not supported in IE'
longshotlabs/simpl-schema#34
Perhaps we require babel-polyfill? anything else i can submit to help?
The text was updated successfully, but these errors were encountered: