Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit ea30ab3

Browse files
committed
Avoid storeSubscription from being passed down as props to Field
1 parent e325e37 commit ea30ab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/field-component.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const fieldPropTypes = {
6767
dispatch: PropTypes.func,
6868
getState: PropTypes.func,
6969
}),
70+
storeSubscription: PropTypes.any,
7071
};
7172

7273
function getControlType(control, props, options) {

0 commit comments

Comments
 (0)