We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af8e1c commit c2b950dCopy full SHA for c2b950d
components/block-renderer/block-renderer.tsx
@@ -63,6 +63,7 @@ export const BlockRenderer = React.forwardRef<
63
const { thirdPartyLibs, uiLibs } = getAllLibs(code)
64
// preload some libs
65
thirdPartyLibs.push(
66
+ "@radix-ui/react-icons",
67
"@radix-ui/react-toast",
68
"class-variance-authority",
69
"lucide-react"
0 commit comments