@reduxForm({ form: 'someForm' }) | |
@connect(state => { | |
const { someStore: { someProperty } } = state | |
return { | |
someProperty | |
} | |
}) | |
export default class MyContainer extends Component { | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment