From 1faefbd9849fbd4fd15606261d96807c73f42f57 Mon Sep 17 00:00:00 2001 From: Konstantin Komelin Date: Sat, 23 Dec 2023 14:50:50 +0700 Subject: [PATCH] Updated the Known Issues section of Readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8f920f..c040328 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ const clean = sanitize(dirtyString, { USE_PROFILES: { html: true } }); ## Known Issues -1. Next.js and Remix are mistakenly trying to use the `browser` entry point on server, which causes the `Window is undefined` issue. #228 #214 https://github.com/vercel/next.js/discussions/58142 +1. Next.js and Remix are mistakenly trying to use the `browser` entry point on server, which causes the `Window is undefined` issue. [#228](https://github.com/kkomelin/isomorphic-dompurify/issues/228) [#214](https://github.com/kkomelin/isomorphic-dompurify/issues/214) https://github.com/vercel/next.js/discussions/58142 2. [Can't resolve 'canvas' on Next.js serverless app](https://github.com/kkomelin/isomorphic-dompurify/issues/54) 3. [Starting from 0.16.0, there is a dependency conflict which causes `ReferenceError: TextEncoder is not defined`](https://github.com/kkomelin/isomorphic-dompurify/issues/91)