Attempting to access a stale value from <Show>...

Hi peeps, I have a rather complex application with lots of stores and recently have this issue.
Attempting to access a stale value from <Show> that could possibly be undefined. This may occur because you are reading the accessor returned from the component at a time where it has already been unmounted. We recommend cleaning up any stale timers or async, or reading from the initial condition.
Attempting to access a stale value from <Show> that could possibly be undefined. This may occur because you are reading the accessor returned from the component at a time where it has already been unmounted. We recommend cleaning up any stale timers or async, or reading from the initial condition.
It would be helpful if solid can show me where the issue is? or a way to debug it further. Cheers,
1 Reply
phungleson
phungleson7mo ago
I know where I set the store that causes the issue, but I don't know which <Show /> caused the error