@mastra/playground-ui 32.0.1-alpha.0 → 32.0.2-alpha.0

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.es.js CHANGED
@@ -6519,7 +6519,7 @@ function Combobox({
6519
6519
  }) {
6520
6520
  const selectedOption = options.find((option) => option.value === value) ?? null;
6521
6521
  const portalContainer = usePortalContainer();
6522
- const resolvedContainer = container ?? portalContainer;
6522
+ const resolvedContainer = container ?? portalContainer ?? void 0;
6523
6523
  const handleSelect = (item) => {
6524
6524
  if (item) {
6525
6525
  onValueChange?.(item.value);