Skip to content

Commit 7e18b3c

Browse files
fix(package): bump [email protected] to fix formatDOM error
Fixes #855 ``` TypeError: Cannot read properties of undefined (reading 'length') at formatDOM (lib/client/utilities.js) ```
1 parent 042e2e0 commit 7e18b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
],
4747
"dependencies": {
4848
"domhandler": "5.0.3",
49-
"html-dom-parser": "3.1.4",
49+
"html-dom-parser": "3.1.5",
5050
"react-property": "2.0.0",
5151
"style-to-js": "1.1.3"
5252
},

0 commit comments

Comments
 (0)