@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.
@@ -938,7 +938,7 @@ var StreamRenderer = class {
938
938
  );
939
939
  Object.defineProperties(
940
940
  mergedProps,
941
- Object.getOwnPropertyDescriptors(instance.props)
941
+ Object.getOwnPropertyDescriptors(instance.props || {})
942
942
  );
943
943
  Object.defineProperties(
944
944
  mergedProps,