I haven’t filled a bug yet because I wanted to ask first. It’s very likely that I’m doing something wrong.
However, the error comes from vendor.js (Console says Uncaught TypeError: undefined is not a function):
var isPathCache = new Cache(1000, function(key) { return key.indexOf('.') !== -1; });
I have a form with a table. Once you submit the form it creates a model (table is updated because of .property('model.[]')) and then it saves it (Ember-Data save()). Apparently, if I remove the .save() and just create the record, it adds it to the table and there is no error, but of course it’s not persisted. I’m using Ember-Data 1.0.0-beta.10.
I should note that it works fine with Ember 1.8.0-beta.2