export const parseHtml = (encodedStr: string): string => { const parser = new DOMParser(); const dom = parser.parseFromString( "