From what I ready up about the createMemo it updates when it's dependencies change, but is there a way I can make it so it updates when something else changes that isn't it's dependencies.
what I'm trying to do is update the createMemo when the value of a createSignal changes but that createSignal has nothing to do with the return of the createMemo