gruhn / vue-qrcode-reader

A set of Vue.js components for detecting and decoding QR codes.
https://gruhn.github.io/vue-qrcode-reader
MIT License
2.03k stars 330 forks source link

Uncaught TypeError: Invalid attempt to iterate non-iterable instance. #249

Closed t8ysn closed 11 months ago

t8ysn commented 3 years ago

When using any of the tracking examples, I keep getting the error:

app.483c306a80639a7201bc.hot-update.js:20 Uncaught TypeError: Invalid attempt to iterate non-iterable instance. In order to be iterable, non-array objects must have a [Symbol.iterator]() method. at _createForOfIteratorHelper (app.483c306a80639a7201bc.hot-update.js:20) at VueComponent.paintBoundingBox (app.483c306a80639a7201bc.hot-update.js:164) at app.js:149380

gruhn commented 3 years ago

Do you get the same error on the demo page?

t8ysn commented 3 years ago

No but I effectively copied the code form the demo page with respect to tracking

github-actions[bot] commented 11 months ago

This issue has been marked as stale. If there is no further activity it will be closed.