CIDARLAB / 3DuF

Found non-null assertions JS-0339
Anti-pattern
Major
3 occurrences in this check
Forbidden non-null assertion
155            key = this.__renderKeys[0];
156        }
157        const render = this.render2D(params, key);
158        render.fillColor!.alpha = 0.5;159        return render;
160    }
161}
Forbidden non-null assertion
162            key = this.__renderKeys[0];
163        }
164        const render = this.render2D(params, key);
165        render.fillColor!.alpha = 0.5;166        return render;
167    }
168}
Forbidden non-null assertion
166            key = this.__renderKeys[0];
167        }
168        const render = this.render2D(params, key);
169        render.fillColor!.alpha = 0.5;170        return render;
171    }
172}