You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While reactiveValues() objects have a readonly flag, I could not find a way to manipulate this attribute. In my use case (which I'm happy to elaborate on), I'd like to create a ready-only copy of a reactiveValues() object and the only option I could find was "circumventing" the API by doing something like
While
reactiveValues()
objects have areadonly
flag, I could not find a way to manipulate this attribute. In my use case (which I'm happy to elaborate on), I'd like to create a ready-only copy of areactiveValues()
object and the only option I could find was "circumventing" the API by doing something likeExposing such functionality as part of the "public" API might be useful.
The text was updated successfully, but these errors were encountered: