Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove props override #358

Merged
merged 4 commits into from
Sep 12, 2024
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
Binary file modified sendbird-chat-4.14.2.tgz
Binary file not shown.
10 changes: 1 addition & 9 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
import ChatAiWidget, { ChatAiWidgetProps } from './components/widget/ChatAiWidget';

const App = (props: ChatAiWidgetProps) => {
return (
<ChatAiWidget
{...props}
applicationId={'B13D7DE1-7F2B-4343-A896-E812E2BBC67A'}
botId={'onboarding_bot'}
apiHost={'https://api-no2.sendbirdtest.com'}
wsHost={'wss://ws-no2.sendbirdtest.com'}
/>
);
return <ChatAiWidget {...props} />;
};

export default App;
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3310,7 +3310,7 @@ __metadata:

"@sendbird/chat@file:./sendbird-chat-4.14.2.tgz::locator=%40sendbird%2Fchat-ai-widget%40workspace%3A.":
version: 4.14.2
resolution: "@sendbird/chat@file:./sendbird-chat-4.14.2.tgz#./sendbird-chat-4.14.2.tgz::hash=a20935&locator=%40sendbird%2Fchat-ai-widget%40workspace%3A."
resolution: "@sendbird/chat@file:./sendbird-chat-4.14.2.tgz#./sendbird-chat-4.14.2.tgz::hash=650a4b&locator=%40sendbird%2Fchat-ai-widget%40workspace%3A."
peerDependencies:
"@react-native-async-storage/async-storage": ^1.17.6
react-native-mmkv: ^2.0.0
Expand All @@ -3319,7 +3319,7 @@ __metadata:
optional: true
react-native-mmkv:
optional: true
checksum: 10c0/67397ec51dcecd605fb997d1827cd7f436711c779ce888f7cbac6de9ca3e0ec0e3b9be21a881433aaad16eee60a328d970a4c1ccc75ed641b078add3383dadba
checksum: 10c0/7568bb5a0215ed227b69269b85773b8c9d57cf1dc4055ceed6d7aca2ab19d21f65bd59338b86b6165c6bee6ef1ed9ccd46d53ffdd3d0dd1dedb93e4f6c696af2
languageName: node
linkType: hard

Expand Down