Skip to content

ButtonAction value field not required#2134

Merged
srajiang merged 1 commit intomainfrom
2133-button-action-type
Jun 12, 2024
Merged

ButtonAction value field not required#2134
srajiang merged 1 commit intomainfrom
2133-button-action-type

Conversation

@srajiang
Copy link
Contributor

Summary

Fix #2133

Corrects typing to align with documentation and actual API behavior.

Requirements (place an x in each [ ])

@srajiang srajiang added bug M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented semver:patch TypeScript-specific labels Jun 12, 2024
@srajiang srajiang added this to the 3.19.0 milestone Jun 12, 2024
@srajiang srajiang self-assigned this Jun 12, 2024
@codecov
Copy link

codecov bot commented Jun 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.03%. Comparing base (c2e26c4) to head (938d546).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2134   +/-   ##
=======================================
  Coverage   82.03%   82.03%           
=======================================
  Files          18       18           
  Lines        1536     1536           
  Branches      442      442           
=======================================
  Hits         1260     1260           
  Misses        178      178           
  Partials       98       98           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@zimeg zimeg left a comment

Choose a reason for hiding this comment

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

Awesome saucesome on such a quick fix! 🚀 Thanks for linking the docs too - LGTM!

@srajiang srajiang merged commit 0f9326e into main Jun 12, 2024
This was referenced Sep 13, 2024
This was referenced Sep 20, 2024
@WilliamBergamin WilliamBergamin deleted the 2133-button-action-type branch May 20, 2025 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented semver:patch TypeScript-specific

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The 'value' property on ButtonAction is incorrectly typed

2 participants