We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970a72f commit 889e145Copy full SHA for 889e145
components/vc-dialog/IDialogPropTypes.js
@@ -33,7 +33,7 @@ function IDialogPropTypes() {
33
wrapProps: PropTypes.any,
34
getContainer: PropTypes.any,
35
dialogStyle: PropTypes.object.def(() => ({})),
36
- dialogClass: PropTypes.object.def(''),
+ dialogClass: PropTypes.string.def(''),
37
closeIcon: PropTypes.any,
38
forceRender: PropTypes.bool,
39
getOpenCount: PropTypes.func,
0 commit comments