Skip to content
View phlickey's full-sized avatar
🤖
🤖

Organizations

@mongodb @gleanhq
Block or Report

Block or report phlickey

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. simple-browser-native-modal.tsx simple-browser-native-modal.tsx
    1
    const Modal: React.FC<{
    2
      renderContent: (props: { close: () => void }) => React.ReactNode;
    3
      renderHandle: (props: { open: () => void }) => React.ReactNode;
    4
    }> = ({ renderContent, renderHandle }) => {
    5
      const ref = useRef<HTMLDialogElement>(null);
  2. graphql-codegen-example graphql-codegen-example Public

    TypeScript