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
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
Why you can't declare geoMap as state? You don't have to convert the whole class to state: just wrap it with