Skip to content

Commit

Permalink
fix anchor host interfering with event delegation
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Sep 25, 2024
1 parent 7ecf92d commit fb67b68
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 27 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-ears-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"solid-js": patch
---

fix anchor host interfering with event delegation
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"babel-plugin-jsx-dom-expressions": "^0.39.0",
"coveralls": "^3.1.1",
"csstype": "^3.1.0",
"dom-expressions": "0.39.0",
"hyper-dom-expressions": "0.39.0",
"dom-expressions": "0.39.1",
"hyper-dom-expressions": "0.39.1",
"jsdom": "^21.1.1",
"lit-dom-expressions": "0.39.0",
"lit-dom-expressions": "0.39.1",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
Expand Down
48 changes: 24 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fb67b68

Please sign in to comment.