Skip to content

FIX: Don't error when navigating from AI Bot topic to regular #1366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 23, 2025

Conversation

markvanlan
Copy link
Contributor

@markvanlan markvanlan commented May 23, 2025

We were getting an error in this logic causing Ember to fail to render the non-bot-topic that we navigate to.

I believe this is because the getter of participants is re-calculating (due to this.header.topicInfo being updated) before the args to this connector changes. Adding some safe navigation here fixes the issue.

@markvanlan markvanlan merged commit cead887 into main May 23, 2025
5 of 6 checks passed
@markvanlan markvanlan deleted the fix-bot-pm-navigation branch May 23, 2025 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants