We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4885d1a commit 6225395Copy full SHA for 6225395
index.js
@@ -47,4 +47,4 @@ HTMLReactParser.Text = domhandler.Text;
47
48
// support CommonJS and ES Modules
49
module.exports = HTMLReactParser;
50
-module.exports.default = HTMLReactParser;
+HTMLReactParser.default = HTMLReactParser;
0 commit comments