@plasmicapp/loader-react 1.0.131 → 1.0.134

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.
@@ -2581,7 +2581,7 @@ var GenericErrorBoundary = /*#__PURE__*/function (_React$Component) {
2581
2581
  };
2582
2582
 
2583
2583
  _proto.render = function render() {
2584
- return this.props.children;
2584
+ return React__default.createElement(React__default.Fragment, null, this.props.children);
2585
2585
  };
2586
2586
 
2587
2587
  return GenericErrorBoundary;