ember-math-helpers: Update breaks Ember builds for Ember 3.7
I can’t provide a range of versions so I don’t know up until which version this error occurs, but for Ember 3.7 you’ll need ember-math-helpers <= 2.10.0.
Ember installations with ember-math-helpers in package.json configured as ^2.10.0 will break when doing a fresh npm install.
Build Error (broccoli-persistent-filter:Babel > [Babel: ember-math-helpers]) in ember-math-helpers/helpers/abs.js
Cannot read property 'getHash' of null
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 21 (9 by maintainers)
When we upgraded rest of our dependencies, including the handlebars one, it automatically started working for us, the previous version as well. Unfortunately, that was a busy week and we couldn’t notice exactly which dependency upgrade fixed it