Spaces:
Build error
Build error
| export const safeDecodeURIComponent = (text: string): string => { | |
| try { | |
| return decodeURIComponent(text); | |
| } catch { | |
| return text; | |
| } | |
| }; | |
| export const safeDecodeURIComponent = (text: string): string => { | |
| try { | |
| return decodeURIComponent(text); | |
| } catch { | |
| return text; | |
| } | |
| }; | |