Coder Social home page Coder Social logo

Comments (9)

bigtimebuddy avatar bigtimebuddy commented on May 1, 2024

Can you please provide a reproduction?

from pixijs.

Chankse avatar Chankse commented on May 1, 2024

@bigtimebuddy I'm not sure what kind of reproduction I can provide, I'm using Angular application, Yarn for package management and Pixi v7. for v.7.2 it works without problem, but for any version newer than that, I'm getting same errors as in 8810.
I obviously followed all the necessary steps, like removing old pixi first and then adding new version, deleting lock filed, node modules, and running install again, and so on. Still same issue

from pixijs.

bigtimebuddy avatar bigtimebuddy commented on May 1, 2024

Just make a repo with the same dependencies, package.json. Some of this can happen if we look carefully at the dependencies.

from pixijs.

Chankse avatar Chankse commented on May 1, 2024

@bigtimebuddy Okay, I'll try,
Btw, this is probably more aligned to the issue I have, than 8810.
Anyway, i'll get back to you with repo

from pixijs.

Chankse avatar Chankse commented on May 1, 2024

@bigtimebuddy I'm actually not able to reproduce same issue in separate repo, which is really weird, as I tried to simulate everything in a same way, using Pixi v7.4.2, Pixi-Viewport v5.0.2, same Angular and npm versions.

Do you have any idea why this might be happening? To give you bit more context without repo, here's the copy of error message:

Argument of type 'ImageContainer' is not assignable to parameter of type 'DisplayObject'.
Example line : this.addChild(imageCont);

Where both imageCont and this are custom containers created simply like this:
export class ImageContainer extends Container {}

And for some reason, this whole setup runs without issue on v7.2.4 and not on lates v7

from pixijs.

bigtimebuddy avatar bigtimebuddy commented on May 1, 2024

See if you have multiple versions of @pixi/core @pixi/display etc in your lock file. If so you can use resolutions in you yarn to resolve.

from pixijs.

Chankse avatar Chankse commented on May 1, 2024

There's no multiple versions for any of the packages Pixi.js depends on, still I've tried adding resolutions for all of them, but I'm still getting the errors

"resolutions": {
    "@pixi/accessibility": "7.4.2",
    "@pixi/app": "7.4.2",
    "@pixi/assets": "7.4.2",
    "@pixi/compressed-textures": "7.4.2",
    "@pixi/core": "7.4.2",
    "@pixi/display": "7.4.2",
    "@pixi/events": "7.4.2",
    "@pixi/extensions": "7.4.2",
    "@pixi/extract": "7.4.2",
    "@pixi/filter-alpha": "7.4.2",
    "@pixi/filter-blur": "7.4.2",
    "@pixi/filter-color-matrix": "7.4.2",
    "@pixi/filter-displacement": "7.4.2",
    "@pixi/filter-fxaa": "7.4.2",
    "@pixi/filter-noise": "7.4.2",
    "@pixi/graphics": "7.4.2",
    "@pixi/mesh": "7.4.2",
    "@pixi/mesh-extras": "7.4.2",
    "@pixi/mixin-cache-as-bitmap": "7.4.2",
    "@pixi/mixin-get-child-by-name": "7.4.2",
    "@pixi/mixin-get-global-position": "7.4.2",
    "@pixi/particle-container": "7.4.2",
    "@pixi/prepare": "7.4.2",
    "@pixi/sprite": "7.4.2",
    "@pixi/sprite-animated": "7.4.2",
    "@pixi/sprite-tiling": "7.4.2",
    "@pixi/spritesheet": "7.4.2",
    "@pixi/text": "7.4.2",
    "@pixi/text-bitmap": "7.4.2",
    "@pixi/text-html": "7.4.2"
  }

from pixijs.

Chankse avatar Chankse commented on May 1, 2024

@bigtimebuddy I'm very sorry, this was a Typescript version problem. fixed after updating it.
Thank you very much for taking your time

from pixijs.

muhajirdev avatar muhajirdev commented on May 1, 2024

I am still facing this issue with typescript 5.3.3 . How did you fix this @Chankse ?

I am on pnpm though

from pixijs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.