-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Derived properties from can-connect getList result are being recomputed for every single result list item when a second call is made.
How often can you reproduce it?
- Always
- Sometimes
- Rarely
- Unable
- I didn’t try
Description:
Check the following example with tests describing what was the expected behavior:
https://codepen.io/ivospinheiro-the-reactor/pen/MZXjOw?editors=1010
It seems that in this case the recompute is being triggered due to change on the length on todo items assignedTo property which in this case has not changed since the result is the same.
Environment:
| Software | Version |
|---|---|
| can-connect version | 5.21.4 |
| Browser | Chrome 71 |
| Operating system | Ubuntu |