note
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import DOMPurify from 'isomorphic-dompurify';
|
||||
//Note: isomorphic-dompurify is a project that sets up DOMPurify for us, and is recommended by DOMPurify
|
||||
/** The library makes it possible to seamlessly use DOMPurify on server and client in the same way.
|
||||
* It does nothing by itself except providing an isomorphic/universal wrapper around DOMPurify, so all credits go to DOMPurify authors and contributors.
|
||||
* https://github.com/kkomelin/isomorphic-dompurify
|
||||
*/
|
||||
|
||||
export { DOMPurify };
|
||||
|
||||
Reference in New Issue
Block a user