-
Notifications
You must be signed in to change notification settings - Fork 399
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
adding type for plain_text_input action elements #706
Conversation
Codecov Report
@@ Coverage Diff @@
## main #706 +/- ##
=======================================
Coverage 65.89% 65.89%
=======================================
Files 13 13
Lines 1173 1173
Branches 343 343
=======================================
Hits 773 773
Misses 334 334
Partials 66 66 Continue to review full report at Codecov.
|
Hey @br-dr-strangecode, Can you provide a sample of the code you are writing that you are encountering this error with? I just want to reproduce it locally. |
Sure thing code:
error:
sample of the response I'm trying to take an action on:
Let me know if this is sufficient or if you need more of the code. |
I should have pointed out that the error occurs on this line:
|
Sorry for our slow response here. The change looks great to me. Thanks for your contribution! |
Summary
Related to #349
Getting Typescript errors when using a plain_text_input with
dispatch_action: true
.Adding definition to resolve those errors.
Requirements (place an
x
in each[ ]
)