ModelOverlay

Summary: _typescript_

Reviewed By: danielbuechele

Differential Revision: D17180882

fbshipit-source-id: 4a51bbd90f0a46807888de63ac305a7395d74a61
This commit is contained in:
Chaiwat Ekkaewnumchai
2019-09-05 02:58:50 -07:00
committed by Facebook Github Bot
parent 56b061d883
commit c120896ac8

View File

@@ -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;