MemoizR icon indicating copy to clipboard operation
MemoizR copied to clipboard

Add untrack

Open timonkrebs opened this issue 1 year ago • 0 comments

Returns the current value stored inside the given compute function without triggering any dependencies. Use untrack if you want to also disable owner tracking.

https://github.com/solidjs/signals/blob/main/src/bubble-reactivity/core.ts Line 530

timonkrebs avatar Sep 29 '23 01:09 timonkrebs