@jbrowse/core 2.10.0 → 2.10.1

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/util/index.js CHANGED
@@ -1150,7 +1150,7 @@ function renderToStaticMarkup(node, createRootFn) {
1150
1150
  (0, react_dom_1.render)(node, div);
1151
1151
  }
1152
1152
  });
1153
- return div.innerHTML.replace('&gt;', '>').replace('&lt;', '<');
1153
+ return div.innerHTML;
1154
1154
  }
1155
1155
  exports.renderToStaticMarkup = renderToStaticMarkup;
1156
1156
  var simpleFeature_1 = require("./simpleFeature");