-
Notifications
You must be signed in to change notification settings - Fork 400
Fetch results from the API #475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
<div | ||
ref="editorialDescription" | ||
className="editorial-description" | ||
dangerouslySetInnerHTML={sanitizeHTML(description, ['blockquote', 'cite'])} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to have some tests just to prove this is working as we expect. E.g. just in-case a later lib update changed something etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, yes. We had discussed that but I forgot about it. Thanks!
r+wc with some tests added to directly cover the purification step. |
Excited by this, thanks @mstriemer 👍 |
There appears to be a bug where the icon doesn't go away on uninstall. This was working previously so I'm not sure what changed. It's definitely uninstalled...
Fixes mozilla/addons#9610.