We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4772f6 + ca96395 commit 3e7bbf0Copy full SHA for 3e7bbf0
1 file changed
src/components/Modal/Modal.js
@@ -190,7 +190,7 @@ class Modal extends Component<Props, State> {
190
})
191
192
return (
193
- <FullScreen enabled={isFullscreen} onChange={this.handleFullscreenChange}>
+ <FullScreen handle={{ active: isFullscreen }} onChange={this.handleFullscreenChange}>
194
<Fade {...commonProps} component={Blanket} in={transitionIn} />
195
<SlideUp
196
{...commonProps}
0 commit comments