Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Ember 2.1.0-beta.1 compatibility #292

Closed
ismay opened this issue Aug 18, 2015 · 5 comments
Closed

Ember 2.1.0-beta.1 compatibility #292

ismay opened this issue Aug 18, 2015 · 5 comments

Comments

@ismay
Copy link

ismay commented Aug 18, 2015

Usage with ember 2.0 results in the following error:

Uncaught TypeError: Cannot read property 'register' of undefined

Which originates from line 21 of ember-i18n.js:

      if (Helper['default'] != null) {
        instance.registry.register("helper:t", Helper['default']); // here
      }

This is with:

    "ember-cli": "^1.13.8",
    "ember-i18n": "^4.1.1",
    "ember-data": "^2.0.0-beta.1",
    "ember": "2.1.0-beta.1",

@rwjblue
Copy link
Contributor

rwjblue commented Aug 19, 2015

FYI - The title suggests this issue is for Ember 2.0, but it is actually for 2.1.0-beta.1...

@jamesarosen
Copy link
Owner

Try v4.1.2

@locks locks changed the title Ember 2.0 compatibility Ember 2.1.0-beta.1 compatibility Aug 19, 2015
@ismay
Copy link
Author

ismay commented Aug 20, 2015

That solved it for me, thanks!

@rwjblue
Copy link
Contributor

rwjblue commented Aug 20, 2015

Awesome, thanks for confirming!

@jamesarosen
Copy link
Owner

Closing. If you continue to have trouble, please reopen.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants