We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My version is ember 3.4 and "ember-source": "~3.4.0",. i write that code this.infinity.model('modelname') When I got the following error
this.infinity.model('modelname')
Uncaught TypeError: Cannot read property 'pushObject' of undefined at Infinity.model (infinity.js:277) at
:1:7
how to solve and Pls help me.
The text was updated successfully, but these errors were encountered:
I'm also getting this error after upgrading ember-infinity from 1.2.3 -> 2.1.2. I'm also currently on Ember ~3.4.4
ember-infinity
Sorry, something went wrong.
Anybody upgrade past 3.4.4 and it works?
No branches or pull requests
My version is ember 3.4 and "ember-source": "~3.4.0",. i write that code
this.infinity.model('modelname')
When I got the following error
how to solve and Pls help me.
The text was updated successfully, but these errors were encountered: