-
MongoDB
- Dublin, Ireland
- p.hiliphickey.com
Pinned Loading
-
simple-browser-native-modal.tsx
simple-browser-native-modal.tsx 1const Modal: React.FC<{
2renderContent: (props: { close: () => void }) => React.ReactNode;
3renderHandle: (props: { open: () => void }) => React.ReactNode;
4}> = ({ renderContent, renderHandle }) => {
5const ref = useRef<HTMLDialogElement>(null);
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.