Home

marko-js/marko

Status:Indexed
Analyzed 3d ago10K+ starsJavaScript

A declarative, HTML-based language that makes building web apps fun

Back to Pull Requests
#3027Closed
Simple Review

fix issue 2721

by taimoorzulfiqarJan 1, 2026
View on GitHub

Summary

This PR adds checks to prevent errors when accessing attributes of elements that might not yet exist, specifically within `<await>` tags when using input attributes. This resolves a TypeError by ensuring elements are defined before attempting to read their attributes.

Changes

+8 additions-0 deletions

Impact Areas

Component RenderingAsync Operations (<await>)Attribute Handling