Skip to content

Commit

Permalink
fix(icon): md and ios properties are reactive (#1174)
Browse files Browse the repository at this point in the history
resolves #802
  • Loading branch information
liamdebeasi authored Feb 3, 2023
1 parent 93b4fa4 commit 65bcbb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/icon/icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ export class Icon {
@Watch('name')
@Watch('src')
@Watch('icon')
@Watch('ios')
@Watch('md')
loadIcon() {
if (Build.isBrowser && this.isVisible) {
if (!parser) {
Expand Down

0 comments on commit 65bcbb4

Please sign in to comment.