()
| 102 | let [showShadcn, setShowShadcn] = useState(false); |
| 103 | // let [showCodeSandbox, setShowCodeSandbox] = useState(false); |
| 104 | let getText = () => getTextContent(codeRef.current!.querySelector('pre')!); |
| 105 | let {library} = useContext(CodePlatterContext); |
| 106 | if (!type) { |
| 107 | if (library === 'react-aria') { |
no test coverage detected