Updatable Notify problem #8996
Unanswered
gentsidis
asked this question in
General - Components / Directives / etc
Replies: 1 comment
-
|
Please make a codepen of what you're trying to do, since just tested it just now and it works as shown in this example https://next.quasar.dev/quasar-plugins/notify#example--updatable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Trying the "updatable notifications" example from quasar docs (v2.0.0-beta.12) I get this error:
Uncaught TypeError: false is not a non-null objectthe error points to the following line, where the code tries to stop the spinner:
If I remove the
spinner: falseit does not fire the error, but it also does not work as expected.Does any one encounter the same problem? Is it a bug? Any ideas on how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions