Leonardo Guarnieri de Bastiani
Leonardo Guarnieri de Bastiani
Can i download compiled tool? i've got the same errors
Related to https://github.com/oblador/loki/issues/133
Comparing to this snippet https://github.com/oblador/loki/issues/359#issuecomment-1248135073 I see a difference here ```ts const asyncCallback = createAsyncCallback(); // ... finally { asyncCallback(); } ``` I think you need another call after it...
I hope I give you a clue saying that I managed to make it work after applying this comment https://github.com/oblador/loki/issues/359#issuecomment-1248135073 I'm also using `await canvas.findByText(...)` and `await userEvent.hover(...)` like you...
Try to create and share here a demo repo reproducing this issue if you wish ❤️
Tried in 0.34.0 and is still not working 😢
thank you @kirilldronkin > For everyone interested, here is an upgraded version of the helper above: >
I created a repo to reproduce the error https://github.com/leobastiani/deasync-issue-138
could someone merge?