-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Enhance the .id() support so that it is only applied if component.id is set.
Implementation details:
- Update logic to check if
component.idis defined (not null/undefined/empty). - Only apply
.id()logic (e.g., setting attribute, propagating, etc.) whencomponent.idis present. - If
component.idis not set, skip applying.id().
This ensures .id() is only applied to components that explicitly have an ID set, preventing default or unwanted behavior.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request