react-validation icon indicating copy to clipboard operation
react-validation copied to clipboard

export default connect(ComponentName) - crash validation

Open gitsad opened this issue 9 years ago • 0 comments

I've got a problem with validation when I export component only with validation inputs via connect from react-redux. Validation.components.Form is in parent component which is also exported via connect Functions with rules seem not to were executing.

export default connect(mapStateToProps, mapDispatchToProps)(RegisterContainer);

gitsad avatar Mar 18 '17 20:03 gitsad