@rapidaai/react 1.1.33 → 1.1.35

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.
@@ -1,4 +1,4 @@
1
- export { ez as DeviceSelectorComponent } from '../device-selector-Cp35JIzW.mjs';
1
+ export { ez as DeviceSelectorComponent } from '../device-selector-nRT7JeU2.mjs';
2
2
  import 'react';
3
3
  import 'google-protobuf';
4
4
  import 'google-protobuf/google/protobuf/any_pb';
@@ -1,4 +1,4 @@
1
- export { ez as DeviceSelectorComponent } from '../device-selector-Cp35JIzW.js';
1
+ export { ez as DeviceSelectorComponent } from '../device-selector-nRT7JeU2.js';
2
2
  import 'react';
3
3
  import 'google-protobuf';
4
4
  import 'google-protobuf/google/protobuf/any_pb';
@@ -25751,6 +25751,7 @@ var Agent = class extends import_events.EventEmitter {
25751
25751
  }
25752
25752
  this.connectionState = state;
25753
25753
  this.emit("onConnectionStateEvent" /* ConnectionStateEvent */, this.connectionState);
25754
+ this._connectionConfig.onConnectionChange(state);
25754
25755
  return true;
25755
25756
  }
25756
25757
  /**