joebartels / ember-cli-js-cookie

zero fanciness wrapper over the global Cookies from js-cookie library
MIT License
7 stars 4 forks source link

Fails with "this.import is not a function" on ember 1.13.14 #6

Open gnvk opened 6 years ago

gnvk commented 6 years ago

ember version: 1.13.14 ember-cli-js-cookie version: 0.1.1

Stacktrace:

this.import is not a function
TypeError: this.import is not a function
    at Class.included (/Users/gnovak/.../node_modules/ember-cli-js-cookie/index.js:13:16)

I'd appreciate any suggestions...

phkavitha commented 6 years ago

Did you find out the fix?