{"version":3,"file":"SupportRoute-DgRhJ6zd.cjs","sources":["../lib/components/app/routes/SupportRoute.tsx"],"sourcesContent":["import { useLibraryContext } from \"../../../hooks/useLibraryContext\";\nimport { Box } from \"../../Box\";\nimport { ExternalLink } from \"../../ExternalLink\";\nimport { Header } from \"../../Header\";\n\nexport default function SupportRoute() {\n  const { packageName } = useLibraryContext();\n\n  return (\n    <Box direction=\"column\" gap={4}>\n      <Header title=\"Support\" />\n      <div>\n        <ExternalLink href={`https://github.com/bvaughn/${packageName}`}>\n          GitHub\n        </ExternalLink>{\" \"}\n        is the easiest place to look for help, but it's probably not the\n        fastest. This project is maintained by a single developer so there is\n        limited bandwidth for answering questions.\n      </div>\n      <div>\n        I recommend asking questions on{\" \"}\n        <ExternalLink\n          href={`https://stackoverflow.com/search?q=${packageName}`}\n        >\n          Stack Overflow\n        </ExternalLink>{\" \"}\n        or{\" \"}\n        <ExternalLink href=\"https://reddit.com/r/reactjs\">Reddit</ExternalLink>{\" \"}\n        to start with. Both sites have active communities who often respond\n        quickly. If you don't find an answer there you can try opening a GitHub\n        issue- but please take a moment first to see if your question has{\" \"}\n        <ExternalLink\n          href={`https://github.com/bvaughn/${packageName}/issues?q=is%3Aissue%20state%3Aclosed`}\n        >\n          has already been answered\n        </ExternalLink>{\" \"}\n        before opening a new one.\n      </div>\n    </Box>\n  );\n}\n"],"names":["SupportRoute","packageName","useLibraryContext","jsxs","Box","jsx","Header","ExternalLink"],"mappings":"uJAKA,SAAwBA,GAAe,CACrC,KAAM,CAAE,YAAAC,CAAA,EAAgBC,oBAAA,EAExB,OACEC,EAAAA,KAACC,EAAAA,IAAA,CAAI,UAAU,SAAS,IAAK,EAC3B,SAAA,CAAAC,EAAAA,IAACC,EAAAA,OAAA,CAAO,MAAM,SAAA,CAAU,SACvB,MAAA,CACC,SAAA,CAAAD,MAACE,EAAAA,aAAA,CAAa,KAAM,8BAA8BN,CAAW,GAAI,SAAA,SAEjE,EAAgB,IAAI,mLAAA,EAItB,SACC,MAAA,CAAI,SAAA,CAAA,kCAC6B,IAChCI,EAAAA,IAACE,EAAAA,aAAA,CACC,KAAM,sCAAsCN,CAAW,GACxD,SAAA,gBAAA,CAAA,EAEe,IAAI,KACjB,IACHI,EAAAA,IAACE,EAAAA,aAAA,CAAa,KAAK,+BAA+B,SAAA,SAAM,EAAgB,IAAI,gNAGV,IAClEF,EAAAA,IAACE,EAAAA,aAAA,CACC,KAAM,8BAA8BN,CAAW,wCAChD,SAAA,2BAAA,CAAA,EAEe,IAAI,2BAAA,CAAA,CAEtB,CAAA,EACF,CAEJ"}