diff --git a/src/types/YArray.js b/src/types/YArray.js index 38b4e11f..c70f2cda 100644 --- a/src/types/YArray.js +++ b/src/types/YArray.js @@ -104,7 +104,7 @@ export class YArray extends AbstractType { } get length () { - return this._prelimContent === null ? this._length : this._prelimContent.length + return this._length } /**