Skip to content

Commit f2af9f3

Browse files
authored
feat: update deprecation message to users (#533)
1 parent fdfdb4c commit f2af9f3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
>
55
> For the latest details on our APIs [see our documentation](https://docs.voiceflow.com/reference/stateinteract-1).
66
7-
87
# React Chat
98

109
A `react`-based chat widget built to interact seamlessly with Voiceflow's runtime.

packages/react-chat/src/views/ChatWidget/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import ChatWindow from '@/views/ChatWindow';
1111
import { ChatContainer, Container, LauncherContainer } from './styled';
1212

1313
console.warn(
14-
'%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',
14+
'%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',
1515
'font-size: 18px; font-weight: bold;'
1616
);
1717

0 commit comments

Comments
 (0)