diff --git a/packages/react-laag/src/Transition.ts b/packages/react-laag/src/Transition.ts index b1fa094..e02e0c1 100644 --- a/packages/react-laag/src/Transition.ts +++ b/packages/react-laag/src/Transition.ts @@ -43,7 +43,7 @@ export function Transition({ useEffect(() => { warning( children, - `react-laag: You are using 'Transition'. Note that this component is marked as deprecated and will be removed and a possible future release` + `react-laag: You are using 'Transition'. Note that this component is marked as deprecated and will be removed at future releases` ); }, [children]);