We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've updated from pixi 7.2.4 to pixi 7.3.1, I'm using the graphics smooth library to create dynamic sprites and I've encountered the type error:
Type error: Argument of type 'SmoothGraphics' is not assignable to parameter of type 'IRenderableObject'
Code:
const g = new SmoothGraphics() const texture = this.app.renderer.generateTexture(g, { ... }) //error here in the g
Is this a mistake on my end or a type mismatch between the two libraries?
Downgrading pixi back to 7.2.4 fixes the issue. Just to note, this is not a runtime error, everything works fine, only typescript complains
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've updated from pixi 7.2.4 to pixi 7.3.1, I'm using the graphics smooth library to create dynamic sprites and I've encountered the type error:
Code:
Is this a mistake on my end or a type mismatch between the two libraries?
Downgrading pixi back to 7.2.4 fixes the issue. Just to note, this is not a runtime error, everything works fine, only typescript complains
The text was updated successfully, but these errors were encountered: