Skip to content

add key prop inside preAwardRasData.map #301

@jkcox

Description

@jkcox

Elements rendered inside .map(...) are missing a stable key prop (e.g., the <div className="mb-4"> inside preAwardRasData.map). This will trigger React warnings and can cause inefficient or incorrect UI updates when lists change. Provide a unique key (e.g., a contact id or a composite of userID + role).

Originally posted by @Copilot in #291 (comment)

AB#44472

Metadata

Metadata

Assignees

Labels

[Type] Code QualityRelevant to improving the quality of our code

Type

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions