unescape html entities from stackoverflow api response

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2022-08-22 20:00:10 +01:00
parent dd9025fe0f
commit a720c44070
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-stack-overflow': patch
---
Unescape html entity references from the stackoverflow API response before rendering the question title to the list component.