mayflower
mayflower copied to clipboard
DP-10282: Replacing DangerouslySetInnerHTML with the React Parser
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
- Check out branch
-
nvm use && npm install
-
npm run start
- Navigate to atom->text->Paragraph.
- Observer text appears properly.
- Navigate to atom->lists->OrderedLists
- Observe text appears properly.
- Navigate to atom->lists->UnorderedLists
- Observe text appears properly.
@TODO
- Navigate to molecules->ContactGroup
- TODO: Why won't the address appear in this?