Skip to content

Instantly share code, notes, and snippets.

import React, {Component, PropTypes} from 'react';
import {reduxForm, addArrayValue} from 'redux-form';
export const fields = [
'name',
'shipping.street',
'shipping.city',
'shipping.phones[]',
'billing.street',
'billing.city',
'billing.phones[]',