idProp
property
Deprecated 0.5.3
Instead of specifying the idProp it should be set on the algebra passed to the connection.
Specifies the property that uniquely identifies an instance.
String
The name of the property that uniquely identifies
an instance. Defaults to "id".
Use
connect([
require("can-connect/data/url/url")
],{
idProp: "_id"
});