diff --git a/client/components/select-dropdown/docs/example.jsx b/client/components/select-dropdown/docs/example.jsx index cb7e12fa9e38d..c3da3d024b6f1 100644 --- a/client/components/select-dropdown/docs/example.jsx +++ b/client/components/select-dropdown/docs/example.jsx @@ -235,10 +235,12 @@ class SelectDropdownExample extends React.PureComponent { selectedIcon: icon, } ); + // eslint-disable-next-line no-console console.log( 'Select Dropdown Item (selected):', childSelected ); }; onDropdownSelect( option ) { + // eslint-disable-next-line no-console console.log( 'Select Dropdown (selected):', option ); } }