Closed agolosnichenko closed 1 year ago
Thank you for reporting this 👍, we will check into this asap
Yes, same thing happened to me and i was first confused of what just happened while testing an app i built.
@MichalisDBA @agolosnichenko Sorry for the misleading 😣, this issue has already been solved, now you can update to check.
@MichalisDBA @agolosnichenko Sorry for the misleading 😣, this issue has already been solved, now you can update to check.
Thank you! It works
There is a bug in Table component, here is an example:
The problem is that the query runs before the value of selectedRow changes and this potentially results in user deleting the wrong record (check the attached screencast).
The solution is to fix the logic so that queries should be executed only after all table's promises are resolved
https://user-images.githubusercontent.com/60524281/224572972-207c5faf-b30c-46db-a661-0fb94ec7819c.mp4