@verdocs/web-sdk 6.5.0-beta.38 → 6.5.0-beta.39

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.
@@ -395,6 +395,9 @@ const VerdocsSign = class {
395
395
  });
396
396
  }
397
397
  async handleFieldChange(field, e) {
398
+ if (!e.target) {
399
+ return;
400
+ }
398
401
  const { value, checked } = e.target;
399
402
  switch (field.type) {
400
403
  // TODO: Remove legacy type when no longer needed