-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement processSlotAttribute method (#2511)
There is some duplicated code to process attributes that can be overridden by slots. In addition, not every attribute that can be overridden with slots are processed with the hasSlotOverridingAttribute method. As such, there will be no warning in the logger when these attributes are overridden. Let's put this duplicated code into a method and call it for every attribute that can be overridden by a slot.
- Loading branch information
1 parent
ff8e9b1
commit ff1a738
Showing
1 changed file
with
33 additions
and
26 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