andycmaj / react-chat-renderer

React JSX factory implementation for Slack
15 stars 0 forks source link

pass `fields` through in `SectionBlock` #11

Closed davemeyer closed 5 years ago

davemeyer commented 5 years ago

currently SectionBlock accepts a fields prop, but it doesn't do anything with it. so need to set that field on the new element, i think