ModelOverlay
Summary: _typescript_ Reviewed By: danielbuechele Differential Revision: D17180882 fbshipit-source-id: 4a51bbd90f0a46807888de63ac305a7395d74a61
This commit is contained in:
committed by
Facebook Github Bot
parent
56b061d883
commit
c120896ac8
@@ -26,7 +26,7 @@ export default class ModalOverlay extends Component<{
|
||||
onClose: () => void;
|
||||
children?: React.ReactNode;
|
||||
}> {
|
||||
ref: HTMLElement;
|
||||
ref: HTMLElement | null | undefined;
|
||||
|
||||
setRef = (ref: HTMLElement) => {
|
||||
this.ref = ref;
|
||||
|
||||
Reference in New Issue
Block a user