Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
import React from "react";
import { featureColors, FeatureTypes as featureTypes } from "ve-sequence-utils";
import AddOrEditAnnotationDialog from "../AddOrEditAnnotationDialog";
import { ReactSelectField } from "teselagen-react-components";
const renderTypes = (
{
return {
label: (
<div style="{{">
</div>
tooltipError
options={[
{ label: "Positive", value: "true" },
{ label: "Negative", value: "false" }
]}
normalize={value => value === "true" || false}
format={value => (value ? "true" : "false")}
name="forward"
label="Strand:"
defaultValue={true}
/>
{
return {
label: (
<div style="{{">
</div>