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
I get the following error in my dev tools console:
TypeError: Cannot read property 'style' of undefined
at VueComponent.unlockCameraLayerSize (vue-qrcode-reader.common.js?673c:1)
at VueComponent.startPlayback (vue-qrcode-reader.common.js?673c:1)
at VueComponent.eval (vue-qrcode-reader.common.js?673c:1)
at r (vue-qrcode-reader.common.js?673c:1)
at Generator.eval [as _invoke] (vue-qrcode-reader.common.js?673c:1)
at Generator.t.(:8080/anonymous function) [as next] (webpack-internal:///./node_modules/vue-qrcode-reader/dist/vue-qrcode-reader.common.js:1:39060)
at r (vue-qrcode-reader.common.js?673c:1)
at eval (vue-qrcode-reader.common.js?673c:1)
The text was updated successfully, but these errors were encountered:
Don't mess with layout calculation so much. Let CSS and Vue do
more of the work. It's way to hard to reason which DOM elements
are available at which point and have which size. Should fix some
null pointer exceptions.
See #58
I have this in my Vue file:
I get the following error in my dev tools console:
The text was updated successfully, but these errors were encountered: