diff --git a/src/ReText.tsx b/src/ReText.tsx index bacad4e..58b5fda 100644 --- a/src/ReText.tsx +++ b/src/ReText.tsx @@ -25,7 +25,7 @@ const ReText = (props: TextProps) => { // Here we use any because the text prop is not available in the type // eslint-disable-next-line @typescript-eslint/no-explicit-any } as any; - }, [text]); + }); return (