#questions message
Is there some way to detect what signal change has triggered an effect? I am debugging issue which likely stems from 3d party library which gets invoked from an effect, but its basically impossible to debug, apart from observing that the issue-infinite loop, doesn't occur when i wrap the call in untracked. Is there some api to list out all the signals that the "effect" is watching over/that marked it as dirty?