mobx 6.3.10 → 6.3.11

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.
@@ -3226,7 +3226,10 @@
3226
3226
  }
3227
3227
  }
3228
3228
  /**
3229
- * Basically, a deep clone, so that no reactive property will exist anymore.
3229
+ * Recursively converts an observable to it's non-observable native counterpart.
3230
+ * It does NOT recurse into non-observables, these are left as they are, even if they contain observables.
3231
+ * Computed and other non-enumerable properties are completely ignored.
3232
+ * Complex scenarios require custom solution, eg implementing `toJSON` or using `serializr` lib.
3230
3233
  */
3231
3234
 
3232
3235