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
Copy file name to clipboardExpand all lines: components/pill/index.jsx
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,6 @@ import UtilityIcon from '../utilities/utility-icon';
12
12
importKEYSfrom'../../utilities/key-code';
13
13
importEventUtilfrom'../../utilities/event';
14
14
15
-
// This component's `checkProps` which issues warnings to developers about properties when in development mode (similar to React's built in development tools)
16
-
importcheckPropsfrom'./check-props';
17
-
importcomponentDocfrom'./docs.json';
18
-
19
15
constpropTypes={
20
16
/**
21
17
* **Assistive text for accessibility**
@@ -115,10 +111,6 @@ const propTypes = {
115
111
* A pill displays a label that can contain links and can be removed from view. Use `PillContainer` for a list of pills in a container that resembles an `input` form field. A pill is useful for displaying read-only text that can be added and removed on demand.
0 commit comments