pdanpdan/quasar

Bug: Reopening a QDialog crashes with $el of undefined error

nicholaszuccarelli opened this issue · 1 comments

As per this example, attempting to relaunch a dialog (making it close, then reopening (typically using $nextTick or setTimeout) will throw a reading $el of undefined error.
Did not have this error on normal Quasar v1.16.0

Example:
https://codepen.io/zuc0001/pen/rNGNGMQ?editors=1011

More details on the error when I replicated the bug in my app:

image

(QDialog.js)
image

(portal.js)
image