Skip to content

Fix Minor Bugs

Compare
Choose a tag to compare
@raycharius raycharius released this 10 Jun 20:36

🐛 A few small bug fixes.

  • Fix issue where strings passed to the fields() method of a Section object would be mutated into plain-text objects instead of markdown text objects.
  • Fix issue where strings passed to the elements() method of a Context object would be mutated into plain-text objects instead of markdown text objects.
  • Fix type in JSDoc for TextInput object (intiialValue => initialValue).