Create a numeric renderer for output$...
tuiRenderNumeric.RdCreate a numeric renderer for output$...
Details
Renderer expressions should ideally be side-effect free. If a tuiRender*
expression mutates reactive state (for example via tuiReactiveVal()), the
output can invalidate itself during its own evaluation. In that case, rtui
emits a warning (once per output id) and still completes the render pass.