diff --git a/app/components/home.tsx b/app/components/home.tsx index 68853e743..b3cec893e 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -1,6 +1,6 @@ "use client"; -// require("../polyfill"); +require("../polyfill"); import { useState, useEffect } from "react"; diff --git a/app/components/mask.tsx b/app/components/mask.tsx index 0006793cb..b90722134 100644 --- a/app/components/mask.tsx +++ b/app/components/mask.tsx @@ -215,7 +215,7 @@ function ContextPromptItem(props: { const [focusingInput, setFocusingInput] = useState(false); return ( - + {(provided) => (