Fix Minor Bugs
🐛 A few small bug fixes.
- Fix issue where strings passed to the
fields()
method of aSection
object would be mutated into plain-text objects instead of markdown text objects. - Fix issue where strings passed to the
elements()
method of aContext
object would be mutated into plain-text objects instead of markdown text objects. - Fix type in JSDoc for
TextInput
object (intiialValue => initialValue).