@esvndev/es-react-template-chat 0.0.13 → 0.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -47313,10 +47313,9 @@ const AppChat = () => {
|
|
|
47313
47313
|
// getContactApi,
|
|
47314
47314
|
// senMessageApi
|
|
47315
47315
|
} = useChat();
|
|
47316
|
+
const { connection } = useAppSelector((state) => state.hubNotification);
|
|
47316
47317
|
console.log('active', active);
|
|
47317
|
-
|
|
47318
|
-
// connection
|
|
47319
|
-
// } = useAppSelector((state: any) => state.hubNotification)
|
|
47318
|
+
console.log('connection', connection);
|
|
47320
47319
|
// const getWindowSize = () => {
|
|
47321
47320
|
// const {innerWidth, innerHeight} = window
|
|
47322
47321
|
// return {innerWidth, innerHeight}
|