UNPKG

redux-form

Version:

A higher order component decorator for forms using Redux and React

7 lines (5 loc) 250 B
import shallowEqual from 'shallowequal'; var shallowCompare = function shallowCompare(instance, nextProps, nextState) { return !shallowEqual(instance.props, nextProps) || !shallowEqual(instance.state, nextState); }; export default shallowCompare;