Christophe Taylor
Christophe Taylor
**Describe the bug** Trying to use relative time formatting for relative times less than a minute throws an error: ``` asynchronous error TypeError: v is not a function at Object.n.fromToBase...
Ex: Input ``` {{#each model.promoRedemption as |promoRedemption|}} {{promoRedemption.redeemedAt}} {{promoRedemption.request.id}} ``` Output ``` {{#each model.promoRedemption as |promoRedemption|}} ```
I get this error no matter what file I try to run this on. I'm running ember 3.12. Deleting `babel.config.json` from my project root fixes the issue. Not sure what...