Downgrade preact to v10.17.1 once again

Seeing this again:

    DOMException: Node.insertBefore: Child to insert before is not a child of this node

Ref https://github.com/preactjs/preact/issues/4221
This commit is contained in:
Simon Ser 2024-07-12 09:07:02 +02:00
parent b06ebc0267
commit 1c5dc652a9
2 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
"dependencies": {
"htm": "^3.0.4",
"linkifyjs": "^4.1.3",
"preact": "^10.20.2"
"preact": "10.17.1"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.0.0",