corp-chat-library-antd-react-socket 1.0.7 → 1.0.8

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -9655,6 +9655,7 @@ const Th = ({ open: e, onOk: t, onCancel: r, positionCorner: n }) => {
9655
9655
  fe(() => {
9656
9656
  n || console.log("disconnected");
9657
9657
  }, [n]), fe(() => {
9658
+ i(null);
9658
9659
  }, [i, a]), fe(() => {
9659
9660
  e && e?.user && l(e.user.id);
9660
9661
  }, [e]);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "corp-chat-library-antd-react-socket",
3
3
  "description": "React chat component with Ant Design and Socket.io support",
4
- "version": "1.0.7",
4
+ "version": "1.0.8",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",