The grid (core) ยท console.warn
ctx.compute.testValue is unavailable; streamed rows are not filtered client-side.
Printed by The grid (core), prefixed [lattice], since 1.0.1.
Warnings reference › source.stream.testValue
- Identifier
source.stream.testValue- Raised by
- The grid (core)
- Since
- 1.0.1
What happened
A stream applies the grid's filters to each arriving row using the compute kernel's value test, and the kernel is not loaded. Every arriving row is admitted, so rows the filters should have excluded appear as they arrive.
The fix
As with the pivot kernel, this is a packaging shape: the compute kernels must be reachable from the bundle you ship.
Reference
Covered in full at the API reference.