MemoizR
MemoizR copied to clipboard
Add untrack
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