Skip to content

Conversation

@ArtyomSavchenko
Copy link
Member

@ArtyomSavchenko ArtyomSavchenko commented Nov 15, 2025

Screenshot 2025-11-15 at 08 48 13

Signed-off-by: Artem Savchenko <armisav@gmail.com>
@huly-github-staging
Copy link

Connected to Huly®: UBERF-14080

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a runtime error where .every() was being called on a non-array value, causing "value.every is not a function" exceptions. The fix adds an Array.isArray() guard before attempting to use array methods.

Key changes:

  • Added array type validation before calling .every() method
  • Added error logging when non-array values are unexpectedly encountered

@ArtyomSavchenko ArtyomSavchenko merged commit a8a4b90 into develop Nov 17, 2025
18 of 21 checks passed
@BykhovDenis BykhovDenis deleted the fix-value-every branch November 23, 2025 16:29
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