Per Svelte docs, effects rerun only when the object changes, not its properties.

Is there a better way than snapshots to handle cases where manually listing multiple properties like `mapFilters.showRoads` is inconvenient?
Post image

Comments