react-mutation-mapper 0.8.116 → 0.8.118

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.
package/dist/index.js CHANGED
@@ -10900,13 +10900,13 @@ var TranscriptDropdown = /** @class */ (function (_super) {
10900
10900
  var _this = this;
10901
10901
  var activeRefseqMrnaId = transcriptsByTranscriptId[activeTranscript].refseqMrnaId;
10902
10902
  return (React__namespace.createElement("div", null,
10903
- React__namespace.createElement(Select__default["default"], { value: {
10903
+ React__namespace.createElement(Select__default["default"], { "aria-label": "Transcript Dropdown", value: {
10904
10904
  label: activeRefseqMrnaId
10905
10905
  ? activeRefseqMrnaId
10906
10906
  : activeTranscript,
10907
10907
  value: activeTranscript,
10908
10908
  }, clearable: false,
10909
- // need to explicitly set delteRemoves for cleable
10909
+ // need to explicitly set deleteRemoves for clearable
10910
10910
  // https://github.com/JedWatson/react-select/issues/1560
10911
10911
  deleteRemoves: false, options: this.sortTranscripts(allTranscripts).map(function (t) {
10912
10912
  var length = transcriptsByTranscriptId[t].proteinLength;