Reactive Utilities

untrack

Edit this page
function untrack<T>(fn: () => T): T

Ignores tracking any of the dependencies in the executing code block and returns the value.

Report an issue with this page