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
Added ReactiveR6 class. It allows you to make your R6 class reactive by inheriting from ReactiveR6. Call private$invalidate() in a method to invalidate the object.