GithubHelp home page GithubHelp logo

Comments (8)

dwickern avatar dwickern commented on June 2, 2024

Are you using the latest typings from @types/ember?

from ember-cli-typescript.

danielgratzl avatar danielgratzl commented on June 2, 2024

Yes, I used the setup described in the README.md and my package.json shows

"@types/ember": "^2.8.2",
"@types/ember-testing-helpers": "0.0.3",
"@types/rsvp": "^4.0.0",
"ember-cli-typescript": "^1.0.5",
"jquery": ">= 1.7.0 < 4.0.0",
"typescript": "^2.6.2",

from ember-cli-typescript.

chriskrycho avatar chriskrycho commented on June 2, 2024

Huh. I have a fair number of mixing applied this way, but I think they’re all in controllers and routes, so I’ll test locally and see if I can reproduce e sometime today.

from ember-cli-typescript.

danielgratzl avatar danielgratzl commented on June 2, 2024

@chriskrycho Have you been able to reproduce the behaviour?

from ember-cli-typescript.

chriskrycho avatar chriskrycho commented on June 2, 2024

Apologies, but no: had another issue come up at work. I should be able to dig in either tomorrow or Monday, though.

from ember-cli-typescript.

chriskrycho avatar chriskrycho commented on June 2, 2024

@danielgratzl so I just built this out myself and… I can't reproduce. 😬

A suggestion which may fix it:

  • Change all the @types/ values for the Ember-related types in your package.json to "*" instead of a specific version
  • Do yarn upgrade @types/ember @types/rsvp @types/ember-testing-helpers (or equivalent npm invocation)
    • for good measure, after doing so you might also rm -rf node_modules and then yarn or npm install again

Then let me know what you see. 🤔

from ember-cli-typescript.

chriskrycho avatar chriskrycho commented on June 2, 2024

@danielgratzl can you confirm this is still a problem for you after trying the above? If not, I'll close this issue; trying to keep issue count meaningful.

from ember-cli-typescript.

chriskrycho avatar chriskrycho commented on June 2, 2024

I’m closing this as I can’t reproduce it and haven’t gotten any further info on how to do so. Please feel free to reopen if there’s more info to share!

from ember-cli-typescript.

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.