yhatt / jsx-slack

Build JSON object for Slack Block Kit surfaces from JSX
https://jsx-slack.netlify.app/
MIT License
467 stars 16 forks source link

Make `placeholder` prop require to conversation/user select elements #275

Closed yhatt closed 2 years ago

yhatt commented 2 years ago

https://api.slack.com/changelog#:~:text=We%20updated%20the,Block%20Kit%20elements

Now Slack docs makes clear to require placeholder prop. However we may not need to take action because it is actually not required for keeping backward compatibility of Slack apps.