We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4eccd5 commit a303a44Copy full SHA for a303a44
src/Dialog/index.tsx
@@ -43,7 +43,6 @@ const Dialog: React.FC<IDialogPropTypes> = (props) => {
43
rootStyle,
44
classNames: modalClassNames,
45
styles: modalStyles,
46
- extra,
47
} = props;
48
49
if (process.env.NODE_ENV !== 'production') {
0 commit comments