Describe the bug
I'm encountering Stale read from <Show> while a transition is happening. I'm not sure exactly what the problem is, but I created a simple reproduction. I'm not reading the signal in a callback or in async code, which is why it is confusing to me.
Your Example Website or App
https://playground.solidjs.com/anonymous/bdbea778-bc1d-4508-963f-6683c38de3d5
Steps to Reproduce the Bug or Issue
- Click the counter and move the mouse at the same time
Expected behavior
I expect to see the tooltip instead (some text and coordinates). You can see it by holding the mouse still after click.
Workaround
Write the code without using the callback form of <Show>
Describe the bug
I'm encountering
Stale read from <Show>while a transition is happening. I'm not sure exactly what the problem is, but I created a simple reproduction. I'm not reading the signal in a callback or in async code, which is why it is confusing to me.Your Example Website or App
https://playground.solidjs.com/anonymous/bdbea778-bc1d-4508-963f-6683c38de3d5
Steps to Reproduce the Bug or Issue
Expected behavior
I expect to see the tooltip instead (some text and coordinates). You can see it by holding the mouse still after click.
Workaround
Write the code without using the callback form of
<Show>