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 authored May 10, 2021
1 parent 93d394f commit 229f44d
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 229f44d

Please sign in to comment.