Replies: 1 comment
-
Recomposing will remove all children and mount new widgets. Your trigger action is getting a vertical, that has not yet completed mounting. You might want to elaborate on what problem you are attempting to solve with concurrency here. |
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
-
Similar to #4570.
Reproduce: using the following code and press the "t" key repeatedly.
exception:
Details
In my environment, it only reproduces if I use reactive recompose.
If I remove the reactive add and uncomment 2 lines in
add_widgets
,it won't happen.
Textual diagnose
Beta Was this translation helpful? Give feedback.
All reactions