We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff8b91 commit 96a81beCopy full SHA for 96a81be
docs/index.md
@@ -186,7 +186,7 @@ choose a different parent element by providing a function to the
186
187
```jsx
188
<Modal
189
- ...
+ // ...
190
parentSelector={() => document.querySelector('#root')}>
191
<p>Modal Content.</p>
192
</Modal>
@@ -202,7 +202,7 @@ You can use ref callbacks to get the overlay and content DOM nodes directly:
202
203
204
205
206
overlayRef={node => (this.overlayRef = node)}
207
contentRef={node => (this.contentRef = node)}>
208
0 commit comments