fix: Accessibility warning with react-modal

This commit is contained in:
Tom Moor 2019-06-26 22:09:52 -07:00
parent 1ed257de62
commit 8200e36b89
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ import { CloseIcon } from 'outline-icons';
import { fadeAndScaleIn } from 'shared/styles/animations';
import Flex from 'shared/components/Flex';
ReactModal.setAppElement('#root');
type Props = {
children?: React.Node,
isOpen: boolean,