import * as React from 'react' import { uniqueId } from 'lodash' export default class Vomit extends React.Component { static optionValue = 'Vomit' private path1 = uniqueId('react-path-') private path2 = uniqueId('react-path-') private mask1 = uniqueId('react-mask-') private filter1 = uniqueId('react-filter-') render () { const { path1, path2, filter1, mask1 } = this return ( ) } }