Untracked
In case when you’re receiving a callback that can read some signals, but you don’t want to subscribe to them, you can use untracked
to prevent any subscriptions from happening.
In case when you’re receiving a callback that can read some signals, but you don’t want to subscribe to them, you can use untracked
to prevent any subscriptions from happening.