Skip to content

fix(chat): elaborate the bidirectionality of the messages array - #438

Merged
ChronosSF merged 2 commits into
vnextfrom
sstoychev/elaborate-chat-message-usage
Sep 8, 2026
Merged

fix(chat): elaborate the bidirectionality of the messages array#438
ChronosSF merged 2 commits into
vnextfrom
sstoychev/elaborate-chat-message-usage

Conversation

@ChronosSF

Copy link
Copy Markdown
Member
  • Documented messages as a bidirectional collection.
  • [Angular] Clarified that Chat mutates the bound collection in place, rather than supporting Angular banana-in-a-box two-way binding syntax.
  • Warned against appending the message again in messageCreated.
  • Added an array-spread example to preserve the original collection.
  • Explained that the shallow copy still shares existing message objects.

@ChronosSF
ChronosSF requested a review from gedinakova July 16, 2026 15:57
@gedinakova gedinakova added the ✅ status: verified Applies to PRs that have passed manual verification label Jul 17, 2026
@ChronosSF
ChronosSF merged commit e2ad7b4 into vnext Sep 8, 2026
11 checks passed
@ChronosSF
ChronosSF deleted the sstoychev/elaborate-chat-message-usage branch September 8, 2026 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✅ status: verified Applies to PRs that have passed manual verification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants