(oldData, newData)
| 4580 | }, |
| 4581 | select: (res) => res.map((x) => x + 1), |
| 4582 | reconcile(oldData, newData) { |
| 4583 | return reconcile(newData)(oldData) |
| 4584 | }, |
| 4585 | })) |
| 4586 | |
| 4587 | createEffect(() => { |
no outgoing calls
no test coverage detected
searching dependent graphs…