Skip to content

Conversation

@Saup21
Copy link
Contributor

@Saup21 Saup21 commented Nov 7, 2025

@Saup21 Saup21 changed the title chore: added warning for message comparison and added handling when i… chore: added warning for message comparison and added handling when interactions array in null or undefined Nov 7, 2025
@Saup21 Saup21 requested review from Ilia and vwong November 7, 2025 08:00
Copy link
Collaborator

@vwong vwong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a changeset with npm run changeset:add. I think this should be a minor version.

for (const [index, interaction] of parsedInteractions.entries()) {
if (interaction._skip) {
// non http/synchronous have been zero-ed out
yield {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor nitpick. This is duplicated, can you extract this into a constant, so that the code here will look like:

yield UNSUPPORTED_INTERACTION;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants