@jbrowse/plugin-linear-genome-view 1.5.4 → 1.5.8

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.
@@ -3809,11 +3809,13 @@ function RefNameAutocomplete(_ref) {
3809
3809
  getOptionLabel: function getOptionLabel(option) {
3810
3810
  return (typeof option === 'string' ? option : option.result.getLabel()) || '';
3811
3811
  }
3812
- }), isHelpDialogDisplayed ? /*#__PURE__*/React__default.createElement(HelpDialog, {
3812
+ }), isHelpDialogDisplayed ? /*#__PURE__*/React__default.createElement(React.Suspense, {
3813
+ fallback: /*#__PURE__*/React__default.createElement("div", null)
3814
+ }, /*#__PURE__*/React__default.createElement(HelpDialog, {
3813
3815
  handleClose: function handleClose() {
3814
3816
  return setHelpDialogDisplayed(false);
3815
3817
  }
3816
- }) : null);
3818
+ })) : null);
3817
3819
  }
3818
3820
 
3819
3821
  var RefNameAutocomplete$1 = /*#__PURE__*/mobxReact.observer(RefNameAutocomplete);