Skip to content

marko@5.34.4

Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 18:58
· 10 commits to main since this release

Patch Changes

  • #2226 7691418 Thanks @DylanPiercey! - Fix issue where an out of order await contained an in order await and then another out of order await. This previously caused a race condition where if the final out of order await resolved first, it'd try to send it's content without it's placeholder location being available.