Replies: 1 comment 1 reply
-
I played with this a bit (https://codepen.io/danddanddand/pen/OJjbVRy) and it does seem to be happening too fast for the conditions of x-show to mutate dom correctly. Obviously adding |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When updating a value in an async function, with a promise that resolves immediately/quickly, there seems to be a race condition where the
x-show
show/hide DOM operations are executed out of order (?)Example here: https://codesandbox.io/s/blissful-gwen-4rpdt?file=/index.html
Beta Was this translation helpful? Give feedback.
All reactions