stoiveyp / Slack.NetStandard

.NET Core package that helps with Slack interactions
MIT License
41 stars 16 forks source link

`ViewState` object has incorrect types for some submission payloads #64

Closed zzullick closed 2 years ago

zzullick commented 2 years ago

Hello again! I found an issue with some of the types for view submission payloads.

The object in question is ElementValue which is used in ViewState.

Potential issues found

For reference, here is the same type from Slack Bolt TS to compare against.

stoiveyp commented 2 years ago

These updates have been made in 3.13.0 and 3.14.0-beta1 👍