Skip to content

Instantly share code, notes, and snippets.

View Mike1stver's full-sized avatar

Miguel Fabian Mike1stver

  • Lima, Peru
View GitHub Profile
import React from 'react';
const handleChange = (handler) => ({target: {files}}) =>
handler(files.length ? {file: files[0], name: files[0].name} : {});
export default ({
input: {onChange, onBlur, value: omitValue, ...inputProps},
meta: omitMeta,
...props
}) => (