We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc953e commit f04cc6aCopy full SHA for f04cc6a
src/components/Modal.tsx
@@ -13,7 +13,7 @@ export interface ModalProps {
13
}
14
15
export const Modal: React.FC<ModalProps> = modal => {
16
- const container = document.getElementById('modal-container');
+ const container = document.getElementById('react-simple-modal-container');
17
const { addOrUpdate, remove, getStaggerPixels } = useModalContext();
18
const { id, isOpen } = modal;
19
0 commit comments