Skip to content

Commit

Permalink
chore: Omit Select from live examples
Browse files Browse the repository at this point in the history
jerelmiller committed Jun 16, 2020

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent b120fdc commit 555cddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useComponentDoc.js
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ import { useMemo } from 'react';
import { getPropTypeDefinition } from '../utils/propTypeInfo';
import { getTypeDefs } from '../utils/typeDefs';

const IGNORED_LIVE_EXAMPLES = ['Dropdown', 'Modal', 'Tooltip'];
const IGNORED_LIVE_EXAMPLES = ['Dropdown', 'Modal', 'Tooltip', 'Select'];

const IGNORED_METHODS = [
'prototype',

0 comments on commit 555cddc

Please sign in to comment.