-
This assertion fails (in my app's
Am I using reactive variables wrong? The goal is to disable/enable a button based on this variable. |
Beta Was this translation helpful? Give feedback.
Answered by
davep
Nov 22, 2022
Replies: 1 comment
-
By the looks of what you say here, you're creating the reactive inside your
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nnmm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
By the looks of what you say here, you're creating the reactive inside your
__init__
. What you should do is declare it at the class scope: