Skip to content

Commit

Permalink
Removed a resolved issue from the Known Issues section of Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkomelin committed Jul 17, 2024
1 parent 48c5996 commit 5c2ab00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ const clean = DOMPurify.sanitize(dirtyString, { USE_PROFILES: { html: true } });

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)

## License

Expand Down

0 comments on commit 5c2ab00

Please sign in to comment.