Calls of `sample` and `guard` without `target` and without variable assignment are useless. E.g.: ```ts sample({ source: $store }) sample({ source: $store, fn: Boolean }) guard({ source: event, filter: n => n > 1 }) ```