Skip to content

Commit

Permalink
fix role not being removed
Browse files Browse the repository at this point in the history
  • Loading branch information
DAreRodz committed Sep 20, 2023
1 parent b163b7d commit 59f336e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/diff/props.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export function setProperty(dom, name, value, oldValue, isSvg) {
name !== 'download' &&
name !== 'rowSpan' &&
name !== 'colSpan' &&
name !== 'role' &&
name in dom
) {
try {
Expand Down

0 comments on commit 59f336e

Please sign in to comment.