This message was deleted.
# general
s
This message was deleted.
a
I figured it out. The problem is that the userdata parameter wasn't a direct Output object, so it wasn't being tracked as a dependency, meaning that it got skipped when rendering the values.
I had to put the entire rendering of the string into an Output.apply function call.