You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
I have a use case where I render a list of data that contains icons. Some of the icons use the "icon" attributes, and others use the "src" attribute to render the icon. The doc specifies that we should use either one but not both. Would it make sense to add a rule such that if "src" is defined, ignore "icon"?