@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.js
CHANGED
|
@@ -47351,10 +47351,9 @@ const AppChat = () => {
|
|
|
47351
47351
|
// getContactApi,
|
|
47352
47352
|
// senMessageApi
|
|
47353
47353
|
} = useChat();
|
|
47354
|
+
const { connection } = configureStore.useAppSelector((state) => state.hubNotification);
|
|
47354
47355
|
console.log('active', active);
|
|
47355
|
-
|
|
47356
|
-
// connection
|
|
47357
|
-
// } = useAppSelector((state: any) => state.hubNotification)
|
|
47356
|
+
console.log('connection', connection);
|
|
47358
47357
|
// const getWindowSize = () => {
|
|
47359
47358
|
// const {innerWidth, innerHeight} = window
|
|
47360
47359
|
// return {innerWidth, innerHeight}
|