@rapidaai/react 1.1.27 → 1.1.28

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.mjs CHANGED
@@ -36413,10 +36413,10 @@ var AssistantConnectionConfig = class extends ConnectionConfig {
36413
36413
  return this.authInfo;
36414
36414
  }
36415
36415
  get callbacks() {
36416
- return this.callbacks;
36416
+ return this.callback;
36417
36417
  }
36418
36418
  set callbacks(value) {
36419
- this.callbacks = value;
36419
+ this.callback = value;
36420
36420
  }
36421
36421
  };
36422
36422