Replies: 1 comment
-
You need to enable the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
1.export default Form.create()(connect(mapStateToProps)(DynamicFieldSet)); //wrong
2.export default connect(mapStateToProps)(Form.create()(DynamicFieldSet));
this first case in react-redux V5.0.4, the props wrappedComponentRef in wrapperComponment is work great,
but after i upgrade react-redux to V7.2.3, wrappedComponentRef is undefined in first case ,it can work in second case .
can you help me ,what happend in this problem.
Beta Was this translation helpful? Give feedback.
All reactions