Skip to content
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

[Progress] Assume indeterminate value #2947

Merged
merged 2 commits into from
Jun 11, 2024

Conversation

vladmoroz
Copy link
Collaborator

I've discovered new errors in the console for undefined Progress values in the recent RC:


Digging in, in #2934, a loose null comparison for valueProp != null was changed to a strict valueProp !== null as that seemed to reflect the intention of the code better given the related error message that it rendered.

This restores the previous behaviour of undefined value considered valid for forward compatibility

@vladmoroz vladmoroz merged commit d716c48 into main Jun 11, 2024
5 checks passed
@vladmoroz vladmoroz deleted the vlad/assume-indeterminate-progress branch June 11, 2024 11:51
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.

None yet

2 participants