Skip to content

Commit

Permalink
refactor: remove @ts-ignore needed for Stencil missing in JSX types (#…
Browse files Browse the repository at this point in the history
…8551)

**Related Issue:** N/A

## Summary

[Stencil
4.8.0](https://github.com/ionic-team/stencil/blob/main/CHANGELOG.md#-480-2023-11-27)
added `inert` to the JSX types, so this is no longer needed.
  • Loading branch information
jcfranco authored Jan 4, 2024
1 parent 1624b9e commit ed1fe2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/calcite-components/src/utils/interactive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ export function InteractiveContainer(
children: VNode[],
): FunctionalComponent {
return (
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore-error - `inert` is missing from Stencil's types (see https://github.com/ionic-team/stencil/issues/5071)
<div class={CSS.container} inert={disabled}>
{...children}
</div>
Expand Down

0 comments on commit ed1fe2b

Please sign in to comment.