reactjs/react-modal
overlayRef and contentRef are undefined on componentDidMount
Offen
#740 geöffnet am 22.02.2019
easygood first issuemaybe bugmissing documentation
Repository-Metriken
- Stars
- (7.294 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Summary:
overlayRef and contentRef are undefined on componentDidMount, but have the correct value on componentDidUpdate.
Steps to reproduce:
-
Set the overlayRef and contentRef prop on ReactModal.
-
console.log the value of overlayRef and contentRef inside componentDidMount.
-
The values will be undefined.
Expected behavior:
overlayRef and contentRef should hold the correct values on componentDidMount.