untrack
ts
function untrack<T>(fn: () => T): T;
ts
function untrack<T>(fn: () => T): T;
Ignores tracking any of the dependencies in the executing code block and returns the value.
ts
function untrack<T>(fn: () => T): T;
ts
function untrack<T>(fn: () => T): T;
Ignores tracking any of the dependencies in the executing code block and returns the value.