@kithinji/orca 1.0.25 → 1.0.26

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.
@@ -1071,7 +1071,7 @@ var StreamRenderer = class {
1071
1071
  );
1072
1072
  Object.defineProperties(
1073
1073
  mergedProps,
1074
- Object.getOwnPropertyDescriptors(instance.props)
1074
+ Object.getOwnPropertyDescriptors(instance.props || {})
1075
1075
  );
1076
1076
  Object.defineProperties(
1077
1077
  mergedProps,