Brook Jordan
Brook Jordan
I’m getting this:
Is this still being worked on?
@fivetanley The repo he mentioned at https://github.com/trabus/ember-cli-podify looks kinda dead.
Ah ok. Makes sense. Pity, I just got all excited when I was searching for a way to convert a big project and this popped up.
For anyone needing a workaround until this is fixed, abstracting the discriminator type allows it to work. For example, it will work correctly if you update the above `BranchName` type...
Would it be possible to throw a better error here, covering this? It seems like this has the potential to cause difficult to debug confusion.
Can we polyfill it as close as possible? Something like using `setTimeout()` and then `clearTimeout()` if it's called early.
I have a PR in for this: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/70144
I don't know how versioning works, but that MR got merged. You should at least be able to manually set the branch/commit in your package.json.
Apologies from my side. A new error has reared its head. The update works great when using `yarn link`, but fails when installing the module the traditional way. MapBox has...