On a rerender, deps changes are treated like bindings changes. That is, if they change between renders, the input change detection
logic is run (using the areInputValuesEqual, detectInputChanges, and makeComparableInputValue values) using the limiter (see
LimiterOptions).
On a rerender, deps changes are treated like bindings changes. That is, if they change between renders, the input change detection logic is run (using the
areInputValuesEqual
,detectInputChanges
, andmakeComparableInputValue
values) using the limiter (seeLimiterOptions
).