Skip to content

Commit

Permalink
fix(html): setting shape null should not render class name
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Jan 17, 2022
1 parent 9e69d25 commit c312bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/html/lib/jsx-runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const booleanAttr = new Set([

const nullAttr = new Set([
'size',
'shape',
'rounded',
'fillMode',
'themeColor',
Expand Down

0 comments on commit c312bc4

Please sign in to comment.