mayflower icon indicating copy to clipboard operation
mayflower copied to clipboard

DP-10282: Replacing DangerouslySetInnerHTML with the React Parser

Open mark-casias opened this issue 6 years ago • 0 comments

Description

Changed Minor (React) DP-10242: Replacing DangerouslySetInnerHTML with the React Parser in the Paragraph, Unordered List, Ordered List and Contact Group components.

Related Issue / Ticket

Steps to Test

  1. Check out branch
  2. nvm use && npm install
  3. npm run start
  4. Navigate to atom->text->Paragraph.
  5. Observer text appears properly.
  6. Navigate to atom->lists->OrderedLists
  7. Observe text appears properly.
  8. Navigate to atom->lists->UnorderedLists
  9. Observe text appears properly.

@TODO

  1. Navigate to molecules->ContactGroup
  2. TODO: Why won't the address appear in this?

mark-casias avatar Sep 18 '18 18:09 mark-casias