Skip to content

Instantly share code, notes, and snippets.

View iamtmrobinson's full-sized avatar
🐯

Tom Robinson iamtmrobinson

🐯
View GitHub Profile
@iamtmrobinson
iamtmrobinson / custom-props.tsx
Created January 8, 2018 14:49
Using custom props with a Redux form in Typescript
import * as React from 'react';
import {
Field as FormField,
InjectedFormProps,
reduxForm,
} from 'redux-form';
interface CustomProps {
customText: string;
}
{
"editor.scrollBeyondLastLine": false,
"editor.snippetSuggestions": "top",
"eslint.autoFixOnSave": true,
"files.autoSave": "onFocusChange",
"files.trimTrailingWhitespace": true,
"search.exclude": {