@startinblox/core 0.19.0-beta.15 → 0.19.0-beta.16

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.js CHANGED
@@ -53349,6 +53349,8 @@ const SolidFormSearch = {
53349
53349
  get value() {
53350
53350
  const values = {};
53351
53351
  this.widgets.forEach((widget) => {
53352
+ if (widget == null)
53353
+ return;
53352
53354
  const name = (widget.component || widget).name;
53353
53355
  if (name == null)
53354
53356
  return;