Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
>
> For the latest details on our APIs [see our documentation](https://docs.voiceflow.com/reference/stateinteract-1).


# React Chat

A `react`-based chat widget built to interact seamlessly with Voiceflow's runtime.
Expand Down
2 changes: 1 addition & 1 deletion packages/react-chat/src/views/ChatWidget/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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',
'%c⚠️ VoiceFlow Webchat V2 Deprecation Notice\n-------------------------------------------\nThis version will reach end-of-support on June 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;'
);

Expand Down
Loading