Open nolanlawson opened 1 day ago
This commit demonstrates the issue: https://github.com/salesforce/lwc/commit/4fc5ec9108c1101c95eeeabf4cdb0e418993bcf3
We plan to switch to sync mode eventually, so we need to make sure that we keep it actually working. But it seems that asyncYield is the only variant that is currently passing tests.
sync
asyncYield
This issue has been linked to a new work item: W-17219266
This commit demonstrates the issue: https://github.com/salesforce/lwc/commit/4fc5ec9108c1101c95eeeabf4cdb0e418993bcf3
We plan to switch to
sync
mode eventually, so we need to make sure that we keep it actually working. But it seems thatasyncYield
is the only variant that is currently passing tests.