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
-
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 object
the error points to the following line, where the code tries to stop the spinner:
If I remove the
spinner: false
it 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