You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to build client code with pixi/node dep I see errors:
../draw/src/views/figures/FigureCircle.ts:14:19 - error TS2345: Argument of type 'Graphics' is not assignable to parameter of type 'DisplayObject'.
Types of property 'children' are incompatible.
Type 'DisplayObject[]' is not assignable to type 'readonly FederatedEventTarget[]'.
14 this.addChild(this._gr);
------
../draw/src/views/figures/FigureText.ts:20:25 - error TS2345: Argument of type 'Text' is not assignable to parameter of type 'DisplayObject'.
20 this._cont.addChild(this._text);
------
src/draw.service.ts:116:74 - error TS2345: Argument of type 'Graphics' is not assignable to parameter of type 'DisplayObject | RenderTexture'.
Type 'Graphics' is not assignable to type 'DisplayObject'.
116 this.curTimelineCanvas = drawed ? (this._app.renderer.extract.canvas(cont) as unknown as Canvas) : null;
The text was updated successfully, but these errors were encountered:
when I try to build client code with pixi/node dep I see errors:
The text was updated successfully, but these errors were encountered: