Skip to content

Commit

Permalink
fix(notice): Remove undocumented properties from the Host element. #2059
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull committed May 5, 2021
1 parent 6b06030 commit 29d6b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/calcite-notice/calcite-notice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class CalciteNotice {
);

return (
<Host active={this.active}>
<Host>
<div class={{ container: true, [CSS_UTILITY.rtl]: dir === "rtl" }}>
{this.requestedIcon ? (
<div class="notice-icon">
Expand Down

0 comments on commit 29d6b66

Please sign in to comment.