import React, { PureComponent } from 'react'; import PropTypes from 'prop-types'; import { Components, registerComponent } from 'meteor/vulcan:core'; class FormIntl extends PureComponent { render() { // do not pass FormIntl's own value, input and inputProperties, and intlInput props down const properties = _.omit(this.props, 'value', 'input', 'inputProperties', 'intlInput'); return (