It looks like getting color from greasedLineSimpleMaterial results in an infinite loop because it attempts to get the getter again (this.color), not the backing store (this._color)
bug: greasedLineSimpleMaterial.ts, line 355. infinite loop. needs to be “return this._color;”
I know who is going to fix this. Is it easier for everyone if I tag them, or if I just leave this to be tagged by developers?