funkensturm / ember-local-storage

The addon provides a storageFor computed property that returns a proxy and persists the changes to localStorage or sessionStorage. It ships with an ember-data adapter.
https://www.funkensturm.com/ember-local-storage/
MIT License
218 stars 76 forks source link

Can't use this without ember-data on 3.7 #300

Closed robclancy closed 5 years ago

robclancy commented 5 years ago

I don't know what changed but now I'm getting and import error from the initializer.

If anyone else runs into this issue you can simply workaround it with ember g initializer local-storage-adapter.

fsmanuel commented 5 years ago

Hey @robclancy thanks for the feedback and the workaround. I'll have a look at it.

fsmanuel commented 5 years ago

@robclancy can you post the import error? Would be helpful!

robclancy commented 5 years ago

Seems to be fixed with last update.