Open
Description
How often can you reproduce it?
- Always
- Sometimes
- Rarely
- Unable
- I didn’t try
Description:
Although the documentation can-connect references a callback named gotData
this method is not being wired to getData
in the data/callbacks pairs so it can be overwritten by other behaviors.
The pairs object in can-connect/data/callbacks/callbacks.js is expected to also have
var pairs = {
...
getData: "gotInstanceData",
...
};