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.es.js CHANGED
@@ -10863,13 +10863,13 @@ var TranscriptDropdown = /** @class */ (function (_super) {
10863
10863
  var _this = this;
10864
10864
  var activeRefseqMrnaId = transcriptsByTranscriptId[activeTranscript].refseqMrnaId;
10865
10865
  return (React.createElement("div", null,
10866
- React.createElement(Select, { value: {
10866
+ React.createElement(Select, { "aria-label": "Transcript Dropdown", value: {
10867
10867
  label: activeRefseqMrnaId
10868
10868
  ? activeRefseqMrnaId
10869
10869
  : activeTranscript,
10870
10870
  value: activeTranscript,
10871
10871
  }, clearable: false,
10872
- // need to explicitly set delteRemoves for cleable
10872
+ // need to explicitly set deleteRemoves for clearable
10873
10873
  // https://github.com/JedWatson/react-select/issues/1560
10874
10874
  deleteRemoves: false, options: this.sortTranscripts(allTranscripts).map(function (t) {
10875
10875
  var length = transcriptsByTranscriptId[t].proteinLength;