whyuzeim 1.1.30 → 1.1.31

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.
@@ -451,7 +451,7 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
451
451
  }();
452
452
  React.useEffect(function () {
453
453
  if (client) {
454
- client.addEventHandler("handlerId", {
454
+ client.addEventHandler("UIKitMessage", {
455
455
  onChannelMessage: function onChannelMessage(message) {
456
456
  console.log(_JSON$stringify(message), 'dfsfsd1');
457
457
  },
@@ -449,7 +449,7 @@ var HighlyCustomChat = function HighlyCustomChat(props) {
449
449
  }();
450
450
  useEffect(function () {
451
451
  if (client) {
452
- client.addEventHandler("handlerId", {
452
+ client.addEventHandler("UIKitMessage", {
453
453
  onChannelMessage: function onChannelMessage(message) {
454
454
  console.log(_JSON$stringify(message), 'dfsfsd1');
455
455
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whyuzeim",
3
- "version": "1.1.30",
3
+ "version": "1.1.31",
4
4
  "description": "im componenets",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",