reactive-obj
reactive-obj copied to clipboard
How do you "delete" a key/value relationship?
There are no delete or clear methods like ReactiveVar or ReactiveDict. Is this on purpose? If so, what is the best practice to remove key/value relations with the other methods? TestReactObj.set('somekey', null)?
Thank you