When I try to remove a model from a Backbonefire collection, I get an error: id = 'CuFqD1rcPb'; myCollection.remove(id); Cannot assign to read only property 'id' of CuFqD1rcPb TypeError: Cannot assign to read only property 'id' of CuFqD1rcPb
When I try to remove a model from a Backbonefire collection, I get an error:
id = 'CuFqD1rcPb';
myCollection.remove(id);
Cannot assign to read only property 'id' of CuFqD1rcPb TypeError: Cannot assign to read only property 'id' of CuFqD1rcPb