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
Testing out the screen plugin and using the code from the doc to set breakpoint sizes
What did you get as the error?
vue.runtime.esm.js?2b0e:1737 TypeError: sizes.forEach is not a function
at Object.setSizes (screen.js?da89:62)
at VueComponent.mounted (App.vue?234e:12)
at callHook (vue.runtime.esm.js?2b0e:2917)
at Object.insert (vue.runtime.esm.js?2b0e:4154)
at invokeInsertHook (vue.runtime.esm.js?2b0e:5956)
at Vue.patch [as patch] (vue.runtime.esm.js?2b0e:6104)
at Vue._update (vue.runtime.esm.js?2b0e:2656)
at Vue.updateComponent (vue.runtime.esm.js?2b0e:2778)
at Watcher.get (vue.runtime.esm.js?2b0e:3138)
at new Watcher (vue.runtime.esm.js?2b0e:3127)
Software version
Quasar: 0.17.10
OS: Linux(4.15.0-33-generic) - linux/x64
Node: 8.11.3
NPM: 5.6.0
Browsers: Chrome
Testing out the screen plugin and using the code from the doc to set breakpoint sizes
What did you get as the error?
vue.runtime.esm.js?2b0e:1737 TypeError: sizes.forEach is not a function
at Object.setSizes (screen.js?da89:62)
at VueComponent.mounted (App.vue?234e:12)
at callHook (vue.runtime.esm.js?2b0e:2917)
at Object.insert (vue.runtime.esm.js?2b0e:4154)
at invokeInsertHook (vue.runtime.esm.js?2b0e:5956)
at Vue.patch [as patch] (vue.runtime.esm.js?2b0e:6104)
at Vue._update (vue.runtime.esm.js?2b0e:2656)
at Vue.updateComponent (vue.runtime.esm.js?2b0e:2778)
at Watcher.get (vue.runtime.esm.js?2b0e:3138)
at new Watcher (vue.runtime.esm.js?2b0e:3127)
What were you expecting?
What steps did you take, to get the error?
Looking at the plugin code, I don't get why it's calling forEach(). It's being passed an Object, not an Array
The text was updated successfully, but these errors were encountered: