diff --git a/components/testLib/test_Component/testComponent.tsx b/components/testLib/test_Component/testComponent.tsx index 157286c..18aca86 100644 --- a/components/testLib/test_Component/testComponent.tsx +++ b/components/testLib/test_Component/testComponent.tsx @@ -1,6 +1,7 @@ import React, { createRef, useEffect } from "react"; import xssFilters from "xss-filters"; -import { decodeURLnew } from "@utils/url-parse"; +// import { decodeURLnew } from "@utils/url-parse"; +import { sanitizeUri } from "micromark-util-sanitize-uri"; interface Props { payload: string; @@ -21,7 +22,7 @@ const TestComponent: React.FC = ({ payload }) => { }, [payload, tooltipId, tooltipRef]); return ( - + INSPECT ME! );