Skip to content

Commit

Permalink
Updated the Known Issues section of Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Dec 23, 2023
1 parent 1faefbd commit 5e5ca7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](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
1. Next.js and Remix are mistakenly trying to use the `browser` entry point on server, which causes the `Window is not defined` 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)

Expand Down

0 comments on commit 5e5ca7e

Please sign in to comment.