RealtimeDictionary.modelReplaced oldModel is null
I see the signature is: delegate void Normal.Realtime.Serialization.RealtimeDictionary<TValue>.ModelReplaced(Normal.Realtime.Serialization.RealtimeDictionary<TValue> dictionary, uint key, TValue oldModel, TValue newModel, bool remote)
However, when I try to access oldModel, it says the value is null. Is this expected?
However, when I try to access oldModel, it says the value is null. Is this expected?