We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e6347 commit 0dd9380Copy full SHA for 0dd9380
src/ProChat/container/Provider.tsx
@@ -54,16 +54,6 @@ export const ProChatProvider = memo<ProChatProviderProps<any>>(
54
return (
55
<Provider createStore={() => createStore(props, devtoolOptions)}>
56
{Content}
57
- <StoreUpdater
58
- chatRef={props.chatRef}
59
- init={!loading}
60
- helloMessage={helloMessage}
61
- chats={chats}
62
- userMeta={userMeta}
63
- request={request}
64
- assistantMeta={assistantMeta}
65
- onChatsChange={onChatsChange}
66
- />
67
</Provider>
68
);
69
},
0 commit comments