Skip to content

Commit

Permalink
NPM audit
Browse files Browse the repository at this point in the history
  • Loading branch information
TriangleJuice committed May 28, 2021
1 parent b4448ea commit 4c4d391
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 67 deletions.
162 changes: 96 additions & 66 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/icon/src/Icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Icon = ({ name, style, className, ariaLabel, onClick, src, qa }: Props) =>
document.body.appendChild(svgWrapper);
}
} catch(err) {
// Do nothing, just make sure it is executed again
throw new Error(err);
} finally {
isFetching = false;
}
Expand Down

0 comments on commit 4c4d391

Please sign in to comment.