[0.5.1 Regression] TypeError: Cannot read property 'isFastBoot' of undefined
kpfefferle opened this issue · 1 comments
kpfefferle commented
When upgrading from 0.5.0 to 0.5.1 in our app that does not have FastBoot, CI fails with the following error:
TypeError: Cannot read property 'isFastBoot' of undefined
Compare view seems to suggest that quite a bit of logic around FastBoot checking was done in this patch release. It seems to have broken ember-cookies for non-FastBoot apps.
marcoow commented
ouch