Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/react-chat/src/views/ChatWidget/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ import ChatWindow from '@/views/ChatWindow';

import { ChatContainer, Container, LauncherContainer } from './styled';

console.warn(
'%c⚠️ VoiceFlow Webchat V2 Deprecation Notice\n-------------------------------------------\nThis version will reach end-of-support on April 15th, 2025. To continue receiving updates and support, please upgrade to the latest version. Migration guide: https://docs.voiceflow.com/docs/web-chat-migration',
'font-size: 18px; font-weight: bold;'
);

interface ChatWidgetProps extends React.PropsWithChildren {
shadowRoot?: ShadowRoot;
chatAPI: VoiceflowChat | undefined;
Expand Down
Loading