Chris Krycho

Results 673 comments of Chris Krycho

Happily we have a way to at least give you a *warning* here (see the PR @dfreeman just opened earlier today). The issue here is unfortunately entirely upstream from us...

Doing so would be inherently fragile and likely to break things, because people (for good or for ill) depend on that behavior across the ecosystem. You might be able to...

There are multiple suggested workarounds in this thread. Those are the best options available at present, unfortunately.

Thank you for filing this! [Per the docs](https://api.emberjs.com/ember/3.18/classes/RouterService), it doesn't look like *either* is actually in the public API docs. I'll dig in further, but I *believe* that this is...

Thanks for the report. Will try to dig into this a bit in June!

Thank you! I'll see if I can land a fix this week!

A couple observations here— 1. I don’t *think* the resolved type should be `T & ObjectProxy`—at a minimum it probably needs to be `T & ObjectProxy`, but I *think* it...

Thanks for reporting – for our ease of iterating on this, would you mind updating the issue description with the actual missing APIs and links to the docs for them?...

How is it imported? Looks public [here](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/52670470e34ab31afd946cc34939661574792ffc/types/ember/index.d.ts#L3442-L3446) and it's just a normal class [here](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/52670470e34ab31afd946cc34939661574792ffc/types/ember/index.d.ts#L1338-L1358). 🤔