We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a11b73 commit 40cb358Copy full SHA for 40cb358
1 file changed
app/page.tsx
@@ -46,7 +46,7 @@ export default function Home() {
46
return () => {
47
window.removeEventListener("keydown", handleKeyDown);
48
};
49
- }, [text]);
+ }, [translatedText]);
50
51
return (
52
<>
0 commit comments