@plasmicpkgs/react-aria 0.0.66 → 0.0.67

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.
@@ -1365,6 +1365,7 @@ class ListBoxItemIdManager {
1365
1365
  }
1366
1366
  subscribe(observer) {
1367
1367
  this._observers.add(observer);
1368
+ observer(this.ids);
1368
1369
  }
1369
1370
  // Notify all observers about an event.
1370
1371
  notify() {
@@ -1850,7 +1851,6 @@ function BaseListBox(props) {
1850
1851
  []
1851
1852
  );
1852
1853
  React.useEffect(() => {
1853
- console.log("sarah useEffect", { setControlContextData, ids });
1854
1854
  setControlContextData == null ? void 0 : setControlContextData({
1855
1855
  itemIds: ids,
1856
1856
  isStandalone