-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hi guys,
I run into a problem when adding your solution into an Quasar app.
It's placed in a pop up dialog and just initiated for testing purpose with expression '0 3 * * *'.
All works fine and as expected but when I click on a select which opens up the list of options my console shows me multiple times this error:
quasar.es.js:1126 Uncaught RangeError: Maximum call stack size exceeded.
at quasar.es.js:1126:267
at Cn (quasar.es.js:691:21)
at ge (quasar.es.js:1124:7)
I understand that this looks like the error is located in quasar but it only happens in combination with your lib.
Do you have any idea how to solve that? Maybe there is a "hidden" circular reference somewhere on your side?
A push in the right direction would be really appreciated. Thanks for the nice project =)