@colyseus/schema 3.0.37 → 3.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5009,6 +5009,10 @@ class StateView {
5009
5009
  }
5010
5010
  // DELETE / DELETE BY REF ID
5011
5011
  changes[changeTree.parentIndex] = exports.OPERATION.DELETE;
5012
+ // Remove child schema from visible set
5013
+ changeTree.forEachChild((childChangeTree) => {
5014
+ this.visible.delete(childChangeTree);
5015
+ });
5012
5016
  }
5013
5017
  else {
5014
5018
  // delete all "tagged" properties.