reactjs/react-modal

overlayRef and contentRef are undefined on componentDidMount

Open

#740 aberto em 22 de fev. de 2019

Ver no GitHub
 (14 comments) (0 reactions) (0 assignees)JavaScript (828 forks)batch import
easygood first issuemaybe bugmissing documentation

Métricas do repositório

Stars
 (7.294 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Summary:

overlayRef and contentRef are undefined on componentDidMount, but have the correct value on componentDidUpdate.

Steps to reproduce:

  1. Set the overlayRef and contentRef prop on ReactModal.

  2. console.log the value of overlayRef and contentRef inside componentDidMount.

  3. The values will be undefined.

Expected behavior:

overlayRef and contentRef should hold the correct values on componentDidMount.

Link to example of issue:

https://codesandbox.io/s/qq9kpwxxp9

Guia do colaborador