fix(devDeps); fix(Iterator): get value - undefined

This commit is contained in:
2025-05-11 23:50:47 +03:00
parent c0fdb85a36
commit a25cf10084
5 changed files with 170 additions and 708 deletions

View File

@ -6,7 +6,7 @@ export class ForwardIterator {
}
get value() {
return this.deref().value
return this.deref()?.value
}
set value(value) {