-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use Stencil watchers instead of global attributes util (#8407)
**Related Issue:** #8193 ## Summary Stencil v4 allows [watching global attributes](https://stenciljs.com/docs/reactive-data#watching-native-html-attributes) on components, so we no longer need our custom util for this.
- Loading branch information
Showing
5 changed files
with
46 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
97 changes: 0 additions & 97 deletions
97
packages/calcite-components/src/utils/globalAttributes.spec.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.