Git Product home page Git Product logo

Comments (9)

ginomiglio avatar ginomiglio commented on May 27, 2024 3

This is specifically an incompatibility with ember-cli-page-object >= v2.0.0-beta.4. You can add a yarn resolution for v2.0.0-beta.3 to work around the problem in the cleanest way possible. See Addepar/ember-classy-page-object#39 for details.

from ember-table.

yaxinr avatar yaxinr commented on May 27, 2024 2

from ember-table.

liberlanco avatar liberlanco commented on May 27, 2024 1

This is specifically an incompatibility with ember-cli-page-object >= v2.0.0-beta.4.

Thank you, that helped. I tried to fix version of ember-classy-page-object in dependencies without success, but then just added into package.json > dependencies list:

       "ember-cli-page-object": "v2.0.0-beta.3"

and now it works.

node@98e52f465a88:/app/client$ ember -v
ember-cli: 4.1.1
node: 14.20.0

from ember-table.

yaxinr avatar yaxinr commented on May 27, 2024

temporarily for pnpm add to packege.json

  "pnpm": {
    "overrides": {
      "ember-cli-page-object": "< 1.17.9"
    }
  },

from ember-table.

ahemed-haneen avatar ahemed-haneen commented on May 27, 2024

@yaxinr thankyou. i too had a hunch that downgrading to ember-classy-page-object@^0.7.0 would resolve this issue. but am using yarn(v1 - classic) as package manager so have no clue how to override in yarn

from ember-table.

ascudder avatar ascudder commented on May 27, 2024

I opened a PR to try to fix this in the ember-classy-page-object repository, let me know if this helps: Addepar/ember-classy-page-object#38

from ember-table.

ginomiglio avatar ginomiglio commented on May 27, 2024

FYI Addepar/ember-classy-page-object#39 was fixed and released, so if you use ember-classy-page-object v0.8.0-beta.2 this problem should no longer happen. We can probably close this issue now.

from ember-table.

rreckonerr avatar rreckonerr commented on May 27, 2024

@ginomiglio Is this issue possibly related to ember-cli-page-object/ember-classy-page-object?

from ember-table.

ginomiglio avatar ginomiglio commented on May 27, 2024

I'm not sure. I don't think so.

from ember-table.

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.