We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage:
<Code> <div>asd</div> </Code>
Tested in Next.js 13.4.14 Server Component
Errors:
- error TypeError: Cannot read properties of undefined (reading 'children') at eval (../bright/lib/src/index.tsx:179:53) at Array.map (<anonymous>) at parseChildren (../bright/lib/src/index.tsx:176:88) at Code (../bright/lib/src/index.tsx:34:31) at stringify (<anonymous>) digest: "1512087678" 203 | const codeProps = c.props?.children?.props 204 | return { > 205 | code: trimTrailingNewline(codeProps.children), | ^ 206 | ...getLanguageAndTitle(codeProps.className), 207 | } 208 | })
this error is using bright/src not bright/dist
The text was updated successfully, but these errors were encountered:
Im curioust to know, what this part of the code is meant to be used for?
bright/lib/src/index.tsx
Line 198 in bb61dad
Sorry, something went wrong.
No branches or pull requests
Usage:
Tested in Next.js 13.4.14 Server Component
Errors:
this error is using bright/src not bright/dist
The text was updated successfully, but these errors were encountered: