@jbrowse/plugin-config 2.6.2 → 2.6.3

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.
@@ -11,7 +11,6 @@ const ui_1 = require("@jbrowse/core/ui");
11
11
  function ConfigurationTextField(props) {
12
12
  const { helperText } = props;
13
13
  return (react_1.default.createElement(material_1.TextField, { ...props, helperText: react_1.default.createElement(ui_1.SanitizedHTML, { html: helperText || '' }), FormHelperTextProps: {
14
- // @ts-expect-error
15
14
  component: 'div',
16
15
  }, fullWidth: true }));
17
16
  }
@@ -6,7 +6,6 @@ import { SanitizedHTML } from '@jbrowse/core/ui';
6
6
  export default function ConfigurationTextField(props) {
7
7
  const { helperText } = props;
8
8
  return (React.createElement(TextField, { ...props, helperText: React.createElement(SanitizedHTML, { html: helperText || '' }), FormHelperTextProps: {
9
- // @ts-expect-error
10
9
  component: 'div',
11
10
  }, fullWidth: true }));
12
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-config",
3
- "version": "2.6.2",
3
+ "version": "2.6.3",
4
4
  "description": "JBrowse 2 config utilities",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -56,5 +56,5 @@
56
56
  "distModule": "esm/index.js",
57
57
  "srcModule": "src/index.ts",
58
58
  "module": "esm/index.js",
59
- "gitHead": "bbea587a402d9974acdd804a33f4b77f31a2fd5f"
59
+ "gitHead": "ed402c87efb0904858d602c363bd1757d5742129"
60
60
  }