-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
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
`data-adapter being registered multiple times in 0.0.14 (but not in 0.0.11) #413
Comments
Any update on this? |
The same for me. This seems to be a conflict with ember-data? I am using both at the same time: ember-model for some models, ember-data for others. This was working fine with older versions of ember-model (up to 0.0.11) |
@gonvaled I get this error using ember-model only (i.e. no ember-data) On 11 April 2015 at 02:07, gonvaled [email protected] wrote:
|
I get the error when using only ember-model as well. But I only get it when I concatenate my files, weird… |
When I switch from ember-model#0.0.11 to ember-model#0.0.14, in an ember-cli app, I get an error indicating that
data-adapter
is being registered multiple times.Reverting to ember-model#0.0.11 reverses this.
Stack:
The text was updated successfully, but these errors were encountered: