Skip to content

Commit c2b950d

Browse files
committed
fix(v3): Preload Radix UI icons library
1 parent 0af8e1c commit c2b950d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/block-renderer/block-renderer.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export const BlockRenderer = React.forwardRef<
6363
const { thirdPartyLibs, uiLibs } = getAllLibs(code)
6464
// preload some libs
6565
thirdPartyLibs.push(
66+
"@radix-ui/react-icons",
6667
"@radix-ui/react-toast",
6768
"class-variance-authority",
6869
"lucide-react"

0 commit comments

Comments
 (0)