Two things:

1. Aren't you accessing the properties inside `filterItems`? If yes than that access counts as a dependency.
2. This sound like a derived more than an effect. If you can provide a repl I can help you rewrite that code to prevent the effect

Comments